Skip to content

Commit

Permalink
Preparing release v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Mar 27, 2024
1 parent 32fdd40 commit ce2ea85
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Unreleased
## [0.8.8](https://github.com/uhppoted/uhppote-cli/releases/tag/v0.8.8) - 2024-03-27

### Added
1. Implemented `restore-default-parameters` command to reset a controller to the manufacturer
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ savings changes.

### Current Release

** [v0.8.7](https://github.com/uhppoted/uhppote-cli/releases/tag/v0.8.7) - 2023-12-01**
** [v0.8.8](https://github.com/uhppoted/uhppote-cli/releases/tag/v0.8.8) - 2024-03-27**

1. Implemented `restore-default-parameters` command to reset a controller to the manufacturer
default configuration.
2. Bumped Go version to 1.22.

1. Implemented `set-super-passwords` command to set the _super_ passwords for a door.
2. Replaced `nil` event pointer with zero value in `get-status`.

## Installation

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.22

require (
github.com/uhppoted/uhppote-core v0.8.8-0.20240215183313-d631a62bd158
github.com/uhppoted/uhppoted-lib v0.8.8-0.20240216164353-6533d27adfed
github.com/uhppoted/uhppote-core v0.8.8
github.com/uhppoted/uhppoted-lib v0.8.8
)

require golang.org/x/sys v0.17.0 // indirect
require golang.org/x/sys v0.18.0 // 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.8.8-0.20240215183313-d631a62bd158 h1:/GyITZHcWiHkMHs6ovBnMVeXOJ0riOJO1yAeRv9Qyt4=
github.com/uhppoted/uhppote-core v0.8.8-0.20240215183313-d631a62bd158/go.mod h1:Q+DHtT8s74efLs2b0eF20DRBUL9yBkySwaTQ+0lsEVM=
github.com/uhppoted/uhppoted-lib v0.8.8-0.20240216164353-6533d27adfed h1:+1/UFdXVY2+hO/HPJmCh5fGXNl9DSzSfD4tMmtAY1i4=
github.com/uhppoted/uhppoted-lib v0.8.8-0.20240216164353-6533d27adfed/go.mod h1:CGZb/vz7qpkAo6tW37ONFDGFoKUjd2hC/yytf/eAOlU=
golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y=
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
github.com/uhppoted/uhppote-core v0.8.8 h1:vMNGJPXJkVQe5IUPSf7BQPaynm1eK/4S5cLY8LKCIbw=
github.com/uhppoted/uhppote-core v0.8.8/go.mod h1:Q+DHtT8s74efLs2b0eF20DRBUL9yBkySwaTQ+0lsEVM=
github.com/uhppoted/uhppoted-lib v0.8.8 h1:xA7NDdnFbD97nv5aWHFWK3W4X1cj8H5kwwMfjY/+CQY=
github.com/uhppoted/uhppoted-lib v0.8.8/go.mod h1:wQklz7nrnmkPii6E8VLolI/7PF48oE4YrEMk3MjbHFI=
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 comments on commit ce2ea85

Please sign in to comment.