Skip to content

Commit

Permalink
chore(main): release 2.1.1 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
northeye authored Jan 9, 2024
2 parents 2c70c46 + 0ce1d41 commit 88c5270
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.1](https://github.com/northeye/chissoku/compare/v2.1.0...v2.1.1) (2024-01-09)


### Bug Fixes

* **main:** termination sequence. ([b679d44](https://github.com/northeye/chissoku/commit/b679d4485ac6e6fed56cb420aceda79255cd03c8))
* **output:** possibility of deadlock ([4e3718f](https://github.com/northeye/chissoku/commit/4e3718f17b08b1a31fead098abd3fd5c0211f7d0))
* **output:** update interface comments ([229662c](https://github.com/northeye/chissoku/commit/229662c46dad8b897e927f91cc5a0596cd3ad8d0))

## [2.1.0](https://github.com/northeye/chissoku/compare/v2.0.2...v2.1.0) (2024-01-08)


Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ const ProgramName = `chissoku`
const Description = `A CO2 sensor reader`

// Version - program versoin
const Version = "2.1.0" // x-release-please-version
const Version = "2.1.1" // x-release-please-version

0 comments on commit 88c5270

Please sign in to comment.