diff options
| author | 2023-10-07 09:31:09 +0800 | |
|---|---|---|
| committer | 2023-10-07 09:31:09 +0800 | |
| commit | 9c5d5136c6dd4ae9846f5d03aca1ad63fa549080 (patch) | |
| tree | 46233d6a0c14cbaaaf97076dc8efd7fff1b41af1 | |
| parent | 1a8983ef72faec9c008e32b51f171b2bd703fa37 (diff) | |
| download | infini-9c5d5136c6dd4ae9846f5d03aca1ad63fa549080.tar.gz infini-9c5d5136c6dd4ae9846f5d03aca1ad63fa549080.zip | |
feat(docs): optimise css
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 61fb606c..9bbaf989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/HydroRoll-Team/HydroRollCore/compare/v1.0.1...v1.0.2) (2023-10-07) + +### FEATURES + +* **Docs:** 优化 `css` 细节。 + + ## [1.0.1](https://github.com/HydroRoll-Team/HydroRollCore/compare/v0.1.2...v1.0.1) (2023-10-07) ### BUG FIX diff --git a/pyproject.toml b/pyproject.toml index 68c922ff..7ab19c08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "HydroRollCore" -version = "1.0.1" +version = "1.0.2" description = "The Core of HydroRoll, The Loader of your rules packages." authors = [{ name = "简律纯", email = "i@jyunko.cn" }] dependencies = [ |
