Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Jul 1, 2022
1 parent 3c840c4 commit 49623a7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# CHANGELOG

## [0.8.0](https://github.com/uhppoted/uhppote-cli/releases/tag/v0.8.0) - 2022-07-01

### Changed
1. Maintenance release for compatibility with [uhppote-core](https://github.com/uhppoted/uhppote-core)
v0.8.0


## [0.7.3](https://github.com/uhppoted/uhppote-cli/releases/tag/v0.7.3) - 2022-06-01

### Changed
1. Maintenance release for compatibility with [uhppote-core](https://github.com/uhppoted/uhppote-core)
v0.7.3
2. Fixed errors in README (cf. https://github.com/uhppoted/uhppote-cli/issues/8)


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

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ release: update-release build-all
cd dist; zip --recurse-paths $(DIST).zip $(DIST)

debug: build
$(CLI) --debug get-card 423187757 6154410
$(CLI) --debug get-time 405419896

irl: build
$(CLI) set-time 423187757
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ savings changes.

| *Version* | *Description* |
| --------- | -------------------------------------------------------------------------------------------------- |
| v0.8.0 | Maintenance release for version compatibility with `uhppote-core` v0.8.0 |
| v0.7.3 | Maintenance release for version compatibility with `uhppote-core` v0.7.3 |
| v0.7.2 | Replaced event rollover with `overwritten` event handling |
| v0.7.1 | Added task list commands |
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/uhppoted/uhppote-cli
go 1.18

require (
github.com/uhppoted/uhppote-core v0.7.3
github.com/uhppoted/uhppoted-lib v0.7.3
github.com/uhppoted/uhppote-core v0.8.0
github.com/uhppoted/uhppoted-lib v0.8.0
)

require golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
require golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/uhppoted/uhppote-core v0.7.3 h1:zWWLw+mpScKgnMurczmI4xEM64pbgBP88OfuXLH/BU4=
github.com/uhppoted/uhppote-core v0.7.3/go.mod h1:BkuyOjePntC6Mf9+xuF/u9dliAxbuGw3euCVt/B3OOw=
github.com/uhppoted/uhppoted-lib v0.7.3 h1:spCfXPJGtNHRs8QeR2LzjVHE3sRf62TBNL0RWutlXWo=
github.com/uhppoted/uhppoted-lib v0.7.3/go.mod h1:adIK2ly4+jRYq8ZYKsjDqNc4EkG98uA/xFY+dpAky+M=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a h1:dGzPydgVsqGcTRVwiLJ1jVbufYwmzD3LfVPLKsKg+0k=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
github.com/uhppoted/uhppote-core v0.8.0 h1:Bxv4yIk42V+iiOE9gA6y9VkXgOSCXZf/yKW4Qrib0V0=
github.com/uhppoted/uhppote-core v0.8.0/go.mod h1:BkuyOjePntC6Mf9+xuF/u9dliAxbuGw3euCVt/B3OOw=
github.com/uhppoted/uhppoted-lib v0.8.0 h1:TYG69u1+MhKW3x2dnF5q5WwjiEbTIkGG3bLz7TBxCr8=
github.com/uhppoted/uhppoted-lib v0.8.0/go.mod h1:+6t4CCOf5uZAJwkWs/xGRG3WxpZOVFnwkSMmJr2gaXE=
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b h1:2n253B2r0pYSmEV+UNCQoPfU/FiaizQEK5Gu4Bq4JE8=
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit 49623a7

Please sign in to comment.