Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
northeye authored Jan 8, 2024
2 parents 6e37c02 + be22852 commit a484751
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* **main:** manage active outputters ([24d5fed](https://github.com/northeye/chissoku/commit/24d5fed0df2ee97c301ea7eb1b792a35ff792670))
* **output:** add `--stdout.iterations` option ([84a0074](https://github.com/northeye/chissoku/commit/84a00747a8fd22f8344b75d0a5323dfe69ad1edd))


### Bug Fixes

* **main:** wait 100msec after sending `STP` ([c123277](https://github.com/northeye/chissoku/commit/c123277abab8de9420b0c7c7f9606e306175b3e1))

## [2.0.2](https://github.com/northeye/chissoku/compare/v2.0.1...v2.0.2) (2023-12-20)


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.0.2" // x-release-please-version
const Version = "2.1.0" // x-release-please-version

0 comments on commit a484751

Please sign in to comment.