-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2022-07-25) ### Bug Fixes * change the lint config ([22df8c7](22df8c7)) ### Features * add functions to watcher ([#5](#5)) ([705ba31](705ba31)) * add semantic release, lint and small fix ([b2f0f6c](b2f0f6c)) * build main functions, add unit test and add readme ([#6](#6)) ([416f6e3](416f6e3))
- Loading branch information
1 parent
38e8232
commit 58ffdbd
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Semantic Versioning Changelog | ||
|
||
# 1.0.0 (2022-07-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* change the lint config ([22df8c7](https://github.com/pycasbin/redis-watcher/commit/22df8c7ab672ab1bff000ed20720058e783a8e83)) | ||
|
||
|
||
### Features | ||
|
||
* add functions to watcher ([#5](https://github.com/pycasbin/redis-watcher/issues/5)) ([705ba31](https://github.com/pycasbin/redis-watcher/commit/705ba31a82ba5661b3fad901726f688af869595c)) | ||
* add semantic release, lint and small fix ([b2f0f6c](https://github.com/pycasbin/redis-watcher/commit/b2f0f6c189e7c0e5ec9e6a8781a4b65d75720078)) | ||
* build main functions, add unit test and add readme ([#6](https://github.com/pycasbin/redis-watcher/issues/6)) ([416f6e3](https://github.com/pycasbin/redis-watcher/commit/416f6e3596fcac4fa36845670c35d2259756635f)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
[metadata] | ||
version = 1.0.0 | ||
version = 1.0.0 | ||
|