Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 1.0.0 (2026-03-05)


### Features

* **cli:** add generate subcommand ([d2c402e](https://github.com/slice-soft/keel/commit/d2c402e695ceec4dd5904af7f8dd34f6ca256d7a))
* **cli:** add main entry point ([bf9d9f6](https://github.com/slice-soft/keel/commit/bf9d9f6b71de5b79e03b7d0fb1e8199c67623b22))
* **cli:** add new subcommand for project scaffolding ([918d889](https://github.com/slice-soft/keel/commit/918d8892ac4ecb0e0fed7801afe6a2be1e77a583))
* **cli:** add run subcommand ([649701c](https://github.com/slice-soft/keel/commit/649701c6aea1045d661f6664034bc053a3ed8a97))
* **cli:** add upgrade subcommand ([61c2f67](https://github.com/slice-soft/keel/commit/61c2f675c727da7fd413f155fe7612c257870f9e))
* **cli:** implement root command with version management ([8a0f956](https://github.com/slice-soft/keel/commit/8a0f9562a8d5887e6cddb3fd92a5d9da30663004))
* complete cli ([#1](https://github.com/slice-soft/keel/issues/1)) ([3cdcc07](https://github.com/slice-soft/keel/commit/3cdcc07ceabd7c2c5c88cf4aca84092d5138d3cd))
* **generator:** implement template-based code generator ([aeb075e](https://github.com/slice-soft/keel/commit/aeb075eba16dd2d9a11b4cfdbfdc0933fc780d6e))
* **templates:** add code generation templates ([f96fcfd](https://github.com/slice-soft/keel/commit/f96fcfd1223e0964be713ddcf9faa6265eadd32f))
* **updater:** add module version checking ([46bdf5b](https://github.com/slice-soft/keel/commit/46bdf5b3b749edd1b6e12f6e2fac3dd3f4b9baa8))