Skip to content

Commit 5ac8c96

Browse files
authored
uprev to 1.0.4 (#325)
1 parent 0f93ff8 commit 5ac8c96

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "watchfiles_rust_notify"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
edition = "2021"
55
license = "MIT"
66
homepage = "https://github.com/samuelcolvin/watchfiles"

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ testcov: test
5454
.PHONY: docs
5555
docs:
5656
rm -f watchfiles/*.so
57-
uv run mkdocs build
57+
uv run --no-sync mkdocs build
5858

5959
.PHONY: all
6060
all: lint mypy testcov docs

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# watchfiles
22

3-
[![CI](https://github.com/samuelcolvin/watchfiles/workflows/ci/badge.svg)](https://github.com/samuelcolvin/watchfiles/actions/workflows/ci.yml)
3+
[![CI](https://github.com/samuelcolvin/watchfiles/actions/workflows/ci.yml/badge.svg)](https://github.com/samuelcolvin/watchfiles/actions/workflows/ci.yml?query=branch%3Amain)
44
[![Coverage](https://codecov.io/gh/samuelcolvin/watchfiles/branch/main/graph/badge.svg)](https://codecov.io/gh/samuelcolvin/watchfiles)
55
[![pypi](https://img.shields.io/pypi/v/watchfiles.svg)](https://pypi.python.org/pypi/watchfiles)
66
[![CondaForge](https://img.shields.io/conda/v/conda-forge/watchfiles.svg)](https://anaconda.org/conda-forge/watchfiles)

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# watchfiles
22

3-
[![CI](https://github.com/samuelcolvin/watchfiles/workflows/ci/badge.svg)](https://github.com/samuelcolvin/watchfiles/actions/workflows/ci.yml)
3+
[![CI](https://github.com/samuelcolvin/watchfiles/actions/workflows/ci.yml/badge.svg)](https://github.com/samuelcolvin/watchfiles/actions/workflows/ci.yml?query=branch%3Amain)
44
[![Coverage](https://codecov.io/gh/samuelcolvin/watchfiles/branch/main/graph/badge.svg)](https://codecov.io/gh/samuelcolvin/watchfiles)
55
[![pypi](https://img.shields.io/pypi/v/watchfiles.svg)](https://pypi.python.org/pypi/watchfiles)
66
[![license](https://img.shields.io/github/license/samuelcolvin/watchfiles.svg)](https://github.com/samuelcolvin/watchfiles/blob/main/LICENSE)

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)