mirror of https://github.com/zmkfirmware/zmk.git
chore(main): release 0.2.1 (#2851)
This commit is contained in:
parent
f20e6ea759
commit
241ff39556
|
|
@ -1 +1 @@
|
|||
{".":"0.2.0"}
|
||||
{".":"0.2.1"}
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue