aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHsiangNianian <HsiangNianian@users.noreply.github.com>2024-02-24 05:10:33 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-24 05:10:33 +0000
commit417708e8cc76cbdc749451f472d465cef0a1a7e5 (patch)
treeb12457a7434c1e6d1708ed752e2c91576545e767
parent3842688509164440e886e6b86dd6bf9e9d0c8dd7 (diff)
downloadTRPGNivis-417708e8cc76cbdc749451f472d465cef0a1a7e5.tar.gz
TRPGNivis-417708e8cc76cbdc749451f472d465cef0a1a7e5.zip
docs: update CHANGELOG.md for v0.1.1a1 [skip ci]
-rw-r--r--CHANGELOG.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..3f59d69
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,38 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [v0.1.1a1] - 2024-02-24
+### BREAKING CHANGES
+- due to [`ae345a2`](https://github.com/HydroRoll-Team/nivis-python/commit/ae345a2f193a4d6022edda76523a39f6e891843e) - rewrite python package *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*:
+
+ rewrite python package
+
+
+### New Features
+- [`ba41299`](https://github.com/HydroRoll-Team/nivis-python/commit/ba4129933cdb6d91e695b2de900b8753652ec385) - **pyproject**: 优化python包管理结构 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`767459d`](https://github.com/HydroRoll-Team/nivis-python/commit/767459d17e031e96d09e533a2a53df896b3a57e1) - **docstring**: 添加PEP8规范的Docstring *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`b315538`](https://github.com/HydroRoll-Team/nivis-python/commit/b31553864c4be0b7f475502de939e8dfad4c72af) - **exception**: 添加PsiException 异常基类 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`f0853a7`](https://github.com/HydroRoll-Team/nivis-python/commit/f0853a78a84205e7e3a6f0f3f5960750127044c6) - **exception**: 增加语法错误基类 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`719b598`](https://github.com/HydroRoll-Team/nivis-python/commit/719b598e98baff2cf5ea34bb6d36eddd8fd29f38) - **src**: delete `src` dir & rename `psi` dir *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`e031371`](https://github.com/HydroRoll-Team/nivis-python/commit/e031371e1f8af12ba5275404b722262af5ea2c83) - **TOKEN**: add INTEGER and EOF *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`f5e118d`](https://github.com/HydroRoll-Team/nivis-python/commit/f5e118d18af7f11854ddc34d1f6f07b48b125acd) - **lexer**: 优化词法分析器业务逻辑 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+
+### Refactors
+- [`ae345a2`](https://github.com/HydroRoll-Team/nivis-python/commit/ae345a2f193a4d6022edda76523a39f6e891843e) - rewrite python package *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+
+### Chores
+- [`ec32c75`](https://github.com/HydroRoll-Team/nivis-python/commit/ec32c75bd0587a7037935069749a2fe290df38b8) - 移除无用文件 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`210fb32`](https://github.com/HydroRoll-Team/nivis-python/commit/210fb32ce812058a913aef6a151119366dae634a) - **test**: test 1 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`51255ee`](https://github.com/HydroRoll-Team/nivis-python/commit/51255ee3b413540c0e3e269ad28a68432d29caed) - **test**: test 2 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`57188fc`](https://github.com/HydroRoll-Team/nivis-python/commit/57188fca203643f18409b0fa71d730d771faffed) - add Token *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`45e2f36`](https://github.com/HydroRoll-Team/nivis-python/commit/45e2f3631bc8d13dacba57e705c7591e7e707b2a) - **docs**: add index, contributing, quick-start sections *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`32833e3`](https://github.com/HydroRoll-Team/nivis-python/commit/32833e3ba40affcd24e58c59ccaac61f238361f9) - rename readme.rst to README.rst *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`57b2835`](https://github.com/HydroRoll-Team/nivis-python/commit/57b2835ecc6c9b30920e929985b9d7cafcb7c457) - **project**: add ruff deps *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`6cbc7be`](https://github.com/HydroRoll-Team/nivis-python/commit/6cbc7be51abd855ff47bea3e05adb9b9a5aea515) - **readme**: add ruff icon *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+- [`3842688`](https://github.com/HydroRoll-Team/nivis-python/commit/3842688509164440e886e6b86dd6bf9e9d0c8dd7) - **project**: bump version into v0.1.1a1 *(commit by [@HsiangNianian](https://github.com/HsiangNianian))*
+
+
+[v0.1.1a1]: https://github.com/HydroRoll-Team/nivis-python/compare/v0.0.1-alpha...v0.1.1a1 \ No newline at end of file