Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#2851)
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson authored Mar 2, 2025
1 parent f20e6ea commit 241ff39
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.0"}
{".":"0.2.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/zmkfirmware/zmk/compare/v0.2.0...v0.2.1) (2025-03-02)


### Bug Fixes

* **behaviors:** Proper comma separated device list ([#2850](https://github.com/zmkfirmware/zmk/issues/2850)) ([f20e6ea](https://github.com/zmkfirmware/zmk/commit/f20e6ea7594b49eef1e3acc017529073a0409962))

## [0.2.0](https://github.com/zmkfirmware/zmk/compare/v0.1.0...v0.2.0) (2025-03-01)


Expand Down
2 changes: 1 addition & 1 deletion app/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VERSION_MINOR = 2
# x-release-please-end

# x-release-please-start-patch
PATCHLEVEL = 0
PATCHLEVEL = 1
# x-release-please-end

VERSION_TWEAK = 0

0 comments on commit 241ff39

Please sign in to comment.