Skip to content

Commit

Permalink
Release v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Jan 2, 2021
1 parent d11d8c8 commit 1a205b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ systems.

| *Version* | *Description* |
| --------- | -------------------------------------------------------------------------------------------------------- |
| v0.6.7 | Implements `record-special-events` command to enable/disable door events |
| v0.6.5 | Maintenance release for version compatibility with `node-red-contrib-uhppoted` |
| v0.6.4 | Maintenance release for version compatibility with `uhppoted-app-sheets` |
| v0.6.3 | Reworked get-cards to handle deleted records |
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.15

require (
github.com/uhppoted/uhppote-core v0.6.6-0.20201231203202-5eebca2ae38a
github.com/uhppoted/uhppoted-api v0.6.5
github.com/uhppoted/uhppote-core v0.6.7
github.com/uhppoted/uhppoted-api v0.6.7
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ github.com/uhppoted/uhppote-core v0.6.6-0.20201215204907-3f760e5236ab h1:cFizleA
github.com/uhppoted/uhppote-core v0.6.6-0.20201215204907-3f760e5236ab/go.mod h1:CDoDTRrLF5pPI2G6PxpJ+AXDg/yvMDE+XGsYA0WUY1g=
github.com/uhppoted/uhppote-core v0.6.6-0.20201231203202-5eebca2ae38a h1:/WU2f/rN/1raYDhT6niMBkBs6iEJFPbRdwp10GEKfYo=
github.com/uhppoted/uhppote-core v0.6.6-0.20201231203202-5eebca2ae38a/go.mod h1:CDoDTRrLF5pPI2G6PxpJ+AXDg/yvMDE+XGsYA0WUY1g=
github.com/uhppoted/uhppote-core v0.6.7 h1:XHEBOGUaVmRrE/eThaXL1uwCns+AQYodNkeuHkfUVNA=
github.com/uhppoted/uhppote-core v0.6.7/go.mod h1:CDoDTRrLF5pPI2G6PxpJ+AXDg/yvMDE+XGsYA0WUY1g=
github.com/uhppoted/uhppoted-api v0.6.4 h1:Unstyut/LvUNcM+O6c/UHp2QwVme7M1PCQMqBntOE7A=
github.com/uhppoted/uhppoted-api v0.6.4/go.mod h1:0j8UJvF8dn/SiEfqbZ9ofAqpSKkb3Xqy+jjhFX5dwU0=
github.com/uhppoted/uhppoted-api v0.6.5 h1:lF4XO1oD2tZxqNkEEfFlLNWpwpNOXlpZfFSjJxSdKs0=
github.com/uhppoted/uhppoted-api v0.6.5/go.mod h1:8G3Q3HlwH7pn833lZ/Trezian3NpFvrPfDE7zjlof/g=
github.com/uhppoted/uhppoted-api v0.6.7 h1:LhPVnCh/VIVOKDbKWfXMeXIUosE4WQMB4lR33SQS6bM=
github.com/uhppoted/uhppoted-api v0.6.7/go.mod h1:9rPkwogpRh57/RoyTJOrmyngvYNersHBqsrBjx0hiho=
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae h1:/WDfKMnPU+m5M4xB+6x4kaepxRw6jWvR5iDRdvjHgy8=
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d h1:QQrM/CCYEzTs91GZylDCQjGHudbPTxF/1fvXdVh5lMo=
Expand Down

0 comments on commit 1a205b1

Please sign in to comment.