Skip to content

Commit

Permalink
v0.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Jan 26, 2022
1 parent 4aa6fa0 commit ef9e9f3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# CHANGELOG

## [Unreleased]
## [0.7.2](https://github.com/uhppoted/uhppote-cli/releases/tag/v0.7.2) - 2022-01-26

### Changed
1. Updated command line arguments to support types.BindAddr, types.BroadcastAddr and types.ListenAddr
2. Replaced event rollover with handling for _nil_ and _overwritten_ events
3. Reworked `get-events` to also retrieve the current event index
4. Reworked `get-event` to support retrieving multiple events with _next:N_


## [0.7.1](https://github.com/uhppoted/uhppote-cli/releases/tag/v0.7.1) - 2021-07-01

### Added
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ savings changes.

| *Version* | *Description* |
| --------- | -------------------------------------------------------------------------------------------------------- |
| v0.7.2 | Replaced event rollover with `overwritten` event handling |
| v0.7.1 | Added task list commands |
| v0.7.0 | Added commands to get-, set- and clear time profiles |
| v0.6.12 | Added validation for `bind`, `broadcast` and `listen` ports |
Expand Down Expand Up @@ -80,7 +81,7 @@ The above commands build the `uhppote-cli` executable to the `bin` directory.
| ---------------------------------------------------------------------------- | ------------------------------------------ |
| [com.github/uhppoted/uhppote-core](https://github.com/uhppoted/uhppote-core) | Device level API implementation |
| [com.github/uhppoted/uhppoted-lib](https://github.com/uhppoted/uhppoted-lib) | common API for external applications |
| golang.org/x/lint/golint | Additional *lint* check for release builds |


## uhppote-cli

Expand Down
7 changes: 3 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.7.x
## v0.7.2

- [x] Fix get-events to handle rollover a la uhppoted-lib
- [x] Rework get-events
Expand All @@ -8,12 +8,11 @@
- [x] Test rollover with simulator
- [x] next:N

## TODO

- [ ] Unit/integration test for door control
- [ ] Restructure main()
- https://pace.dev/blog/2020/02/12/why-you-shouldnt-use-func-main-in-golang-by-mat-ryer.html

## TODO

- [ ] --changelog
- https://bhupesh-v.github.io/why-how-add-changelog-in-your-next-cli/
- [ ] https://capiche.com/e/consumer-dev-tools-command-palette
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/uhppoted/uhppote-cli
go 1.16

require (
github.com/uhppoted/uhppote-core v0.7.2-0.20220119215852-eae86aa1b9b6
github.com/uhppoted/uhppoted-lib v0.7.2-0.20220112205537-1b7ac28b9f96
github.com/uhppoted/uhppote-core v0.7.2
github.com/uhppoted/uhppoted-lib v0.7.2
)
13 changes: 6 additions & 7 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
github.com/uhppoted/uhppote-core v0.7.2-0.20211231212401-366db0b80d0c/go.mod h1:trhONXGxYU0V5kOzBShTedYcRY98p9uV99JBZ7F1M0k=
github.com/uhppoted/uhppote-core v0.7.2-0.20220119215852-eae86aa1b9b6 h1:T28BcZNo/ASRONiKA5SvOfCsYbMzLi2/gFNcafKON/s=
github.com/uhppoted/uhppote-core v0.7.2-0.20220119215852-eae86aa1b9b6/go.mod h1:trhONXGxYU0V5kOzBShTedYcRY98p9uV99JBZ7F1M0k=
github.com/uhppoted/uhppoted-lib v0.7.2-0.20220112205537-1b7ac28b9f96 h1:O2FiQrVafz+c3YluCCcBJu2k41uDlqfNOUSUnQMH3DE=
github.com/uhppoted/uhppoted-lib v0.7.2-0.20220112205537-1b7ac28b9f96/go.mod h1:H45h3onKaia9ftoi7IcmjVrxuFXxRy00DQeEM7QC3Lo=
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 h1:dXfMednGJh/SUUFjTLsWJz3P+TQt9qnR11GgeI3vWKs=
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
github.com/uhppoted/uhppote-core v0.7.2 h1:qvpM1od9J3888R6wxG6dQYfT2og9c6JV48Uv0BYjADQ=
github.com/uhppoted/uhppote-core v0.7.2/go.mod h1:Qciu03Af/ALsmBWRn+Dm2pXLZVw0YfGtdB9nVZeVe8g=
github.com/uhppoted/uhppoted-lib v0.7.2 h1:QR3kHVKLkA3W7ITeOz/GWmz2pM9RNi/VEe7gmWfyhms=
github.com/uhppoted/uhppoted-lib v0.7.2/go.mod h1:3tU4aHX/fjCCtEc8+ttu/fUBmmKatvi89mv6btB+WLI=
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 h1:XfKQ4OlFl8okEOr5UvAqFRVj8pY/4yfcXrddB8qAbU0=
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit ef9e9f3

Please sign in to comment.