diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | CHANGELOG.md | 24 |
2 files changed, 25 insertions, 0 deletions
@@ -2,3 +2,4 @@ !/.gitignore !/Makefile !/arch +!/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a752593 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +## [0.7.4-2] - 2026-03-08 + +### Bug Fixes + +- Clean-pkg only removed a certain version +## [0.7.4] - 2026-02-28 + +### Other + +- Raise version to 0.7.4 +## [0.7.3] - 2025-06-15 + +### Other + +- Raise version to 0.7.3 +## [0.6.2] - 2025-01-09 + +### Other + +- InComm +- +.gitignore +- Move files to OS specific folder +- +common Makefile +- Raise version to 0.6.2 |
