chore(release): 1.0.0 [skip ci] # 1.0.0 (2025-09-16) ### Features * add initial code ([ea6e3f9](https://github.com/officialpycasbin/sanic-authz/commit/ea6e3f9135a17aa2c9cd00e28bf6bc1a26329e11))
diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..d759fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -0,0 +1,8 @@ +# Semantic Versioning Changelog + +# 1.0.0 (2025-09-16) + + +### Features + +* add initial code ([ea6e3f9](https://github.com/officialpycasbin/sanic-authz/commit/ea6e3f9135a17aa2c9cd00e28bf6bc1a26329e11))
diff --git a/pyproject.toml b/pyproject.toml index 1f32be3..9b26b0d 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -1,6 +1,6 @@ [project] name = "sanic-authz" -version = "0.1.0" +version = "1.0.0" authors = [ {name = "Yang Luo", email = "hsluoyz@qq.com"}, ]