diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 00000000..6e0df657 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,90 @@ +## [CLI] 0.0.25 - 2025-07-23 + +### Changes + +- Fix additional nightly references (#4) +- fix/prepare-release-access-bug +- refactor: ftl-core -> ftl-sdk +- refactor: name +- refactor: use wasmcp and remove SDKs and templates (#13) +- release: v0.0.17 +- release: v0.0.20 (#16) +- release: v0.0.21 (#20) +- ✨ feat: Add JS tool support +- ✨ feat: Add app commands and other improvements (#27) +- ✨ feat: Add auto release workflows (#33) +- ✨ feat: Add ftl login and related commands. (#19) +- ✨ feat: Add gateway component (#1) +- ✨ feat: Add parallel builds and pushes (#22) +- ✨ feat: Allow updating the CLI. Adds version check functionality (#12) +- ✨ feat: Big change to component model (#9) +- ✨ feat: Clean up dead code and add automatic spin dependency management (#7) +- ✨ feat: Exports working +- ✨ feat: Fix syntax incompatibilities with stable toolchain (#6) +- ✨ feat: Integrate ftl-mcp code into this repo. (#29) +- ✨ feat: Replace wasmcp with ftl-mcp (#15) +- ✨ feat: Speedup installs in gha (#32) +- ✨ feat: TS support +- ✨ feat: Update backend API calls and add tests. (#23) +- ✨ feat: gateway/mcp -> mcp +- ✨ feat: js wip +- ✨ feat: release +- ✨ feat: update release workflow to stable (#3) +- ✨ feat: use stable rust toolchain (#2) +- ✨ feat: wip get deploys working (#21) +- ✨ feat: working js deploys +- 🐛 fix: Deploys (#24) +- 🐛 fix: Fix rust tool unit tests (#8) +- 🐛 fix: GHA access for creating PRs in prepare-release.yml (#36) +- 🐛 fix: OpenAPI spec (#28) +- 🐛 fix: README path +- 🐛 fix: Release workflow (#31) +- 🐛 fix: Use new working backend for deploys (#26) +- 🐛 fix: allocator +- 🐛 fix: audit +- 🐛 fix: ci +- 🐛 fix: clippy +- 🐛 fix: clippy and old ftl_sdk refs +- 🐛 fix: deps +- 🐛 fix: finish refactor +- 🐛 fix: fmt +- 🐛 fix: fmt and lint +- 🐛 fix: formatting +- 🐛 fix: formatting and nightly +- 🐛 fix: js tests +- 🐛 fix: links +- 🐛 fix: old ftl_sdk ref +- 🐛 fix: prepare-release label handling (#34) +- 🐛 fix: prepeare-release git push (#35) +- 🐛 fix: release +- 🐛 fix: rm macos test in ci.yml +- 🐛 fix: spin.toml location for JS tools +- 🐛 fix: template dependency versions +- 🐛 fix: ts tests +- 🐛 fix: version +- 🐛 fix: versions +- 📚 docs: Readme clarification +- 📚 docs: Readme diagram clarification +- 📚 docs: Update (#18) +- 📚 docs: Update diagrams +- 📚 docs: Update diagrams and bump Cargo.toml version +- 📚 docs: clarification +- 📚 docs: cleanup +- 📚 docs: diagram +- 📚 docs: examples +- 📚 docs: fix commands +- 📚 docs: fix diagram +- 📚 docs: nit +- 📚 docs: nit readme +- 📚 docs: readme nit +- 📚 docs: toolkits +- 📚 docs: update +- 🔧 chore(deps): bump the cargo-dependencies group across 1 directory with 10 updates (#17) +- 🔧 chore: rm unused file + +### Contributors + +- Corey Ryan +- Ian McDonald +- bowlofarugula +- dependabot[bot] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d63cbe90..48b7837e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ftl-cli" -version = "0.0.24" +version = "0.0.25" authors.workspace = true edition.workspace = true rust-version.workspace = true