Skip to content

Commit

Permalink
Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Jul 1, 2021
1 parent 6d19503 commit 93422cf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 29 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
VERSION = v0.7.x
LDFLAGS = -ldflags "-X uhppote.VERSION=$(VERSION)"
DIST ?= development
CLI = ./bin/uhppoted-app-wild-apricot
WORKDIR = ../runtime/wild-apricot
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Supported operating systems:

| *Version* | *Description* |
| --------- | ------------------------------------------------------------------------------ |
| v0.7.1 | Maintenance release to update dependencies on `uhppote-core` and `uhppoted-lib` |
| v0.7.0 | Added support for time profiles from the extended API |
| v0.6.12 | Implemented prepended facility code for card numbers retrieved without |
| v0.6.10 | Initial release |
Expand Down
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# TODO - v0.7.x
# TODO - v0.7.1

- [x] Update to latest `uhppote-core` and `uhppoted-lib`

# TODO
## TODO

- [ ] Use templates for report output
- [ ] Implement generalized struct transcoding

# NOTES
## NOTES
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/hyperjumptech/grule-rule-engine v1.8.5
github.com/sirupsen/logrus v1.8.1
github.com/uhppoted/uhppote-core v0.7.1-0.20210623163807-64e2602cd191
github.com/uhppoted/uhppoted-lib v0.0.0-20210623164025-64369097cee4 // indirect
github.com/uhppoted/uhppote-core v0.7.1
github.com/uhppoted/uhppoted-lib v0.7.1
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
)
26 changes: 4 additions & 22 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,10 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/uhppoted/uhppote-core v0.6.13-0.20210604162622-00706b956401 h1:tAcewkEzqU6/ODIZvQZJRkoEIarrjRnndWj91pgXuc0=
github.com/uhppoted/uhppote-core v0.6.13-0.20210604162622-00706b956401/go.mod h1:trhONXGxYU0V5kOzBShTedYcRY98p9uV99JBZ7F1M0k=
github.com/uhppoted/uhppote-core v0.6.13-0.20210607182513-a4d1cb4f0f7f h1:8FgyCCMjVHv41XT55Kxs1QD2mzorUxWQEi9OOSOWAgs=
github.com/uhppoted/uhppote-core v0.6.13-0.20210607182513-a4d1cb4f0f7f/go.mod h1:trhONXGxYU0V5kOzBShTedYcRY98p9uV99JBZ7F1M0k=
github.com/uhppoted/uhppote-core v0.6.13-0.20210608173129-01558a7d3430 h1:YvuNZtwz/dEvS0n8mph8FXV5ow1h8T8Cwpbd7GrkCAg=
github.com/uhppoted/uhppote-core v0.6.13-0.20210608173129-01558a7d3430/go.mod h1:trhONXGxYU0V5kOzBShTedYcRY98p9uV99JBZ7F1M0k=
github.com/uhppoted/uhppote-core v0.7.0 h1:6x7GBZzbSv0D43UuCG1I8jvGPW+YmiWHr1G+VG8huHk=
github.com/uhppoted/uhppote-core v0.7.0/go.mod h1:trhONXGxYU0V5kOzBShTedYcRY98p9uV99JBZ7F1M0k=
github.com/uhppoted/uhppote-core v0.7.1-0.20210623163807-64e2602cd191 h1:GTaj1gUTvTHPiFW6R4XOHyXH310nQj/mX5SkGbga0RE=
github.com/uhppoted/uhppote-core v0.7.1-0.20210623163807-64e2602cd191/go.mod h1:trhONXGxYU0V5kOzBShTedYcRY98p9uV99JBZ7F1M0k=
github.com/uhppoted/uhppoted-api v0.6.13-0.20210604172622-bb0d1d66531e h1:4Z5uCfPEa3V92R6Lt8czbTahdcI8pTVxPh10ELZDsj0=
github.com/uhppoted/uhppoted-api v0.6.13-0.20210604172622-bb0d1d66531e/go.mod h1:zCF6aRCO9S/qOMDPO8ASCdvCMYGHPlxOigkYMTmoQcs=
github.com/uhppoted/uhppoted-api v0.6.13-0.20210604192501-a6c20123e564 h1:Fix0pWCiLAYOl6bFfrEvPWUBNRi9mAYevWIDhe9+pFw=
github.com/uhppoted/uhppoted-api v0.6.13-0.20210604192501-a6c20123e564/go.mod h1:zCF6aRCO9S/qOMDPO8ASCdvCMYGHPlxOigkYMTmoQcs=
github.com/uhppoted/uhppoted-api v0.6.13-0.20210607190257-f754dd905380 h1:5r0ogMQggxYm2kl2QY9CtfPgESvgNcbxl5g9o+HwMXY=
github.com/uhppoted/uhppoted-api v0.6.13-0.20210607190257-f754dd905380/go.mod h1:1K8QsO41oSsjYk7yA7j9J/RNpbQMPxpV34Fvp7El4hY=
github.com/uhppoted/uhppoted-api v0.6.13-0.20210608173423-fca12dfcd076 h1:91LWWDg/So0GVvK1HVIzQA24y1OGzKmmpmY0czQ1C9Y=
github.com/uhppoted/uhppoted-api v0.6.13-0.20210608173423-fca12dfcd076/go.mod h1:SKX07DPv1NUJvB3CUkLgq5v1LWgFzDHeJuDObqyLTDU=
github.com/uhppoted/uhppoted-api v0.7.0 h1:9/YV5R1POYz4upisDJYv7reul0FIu7Cxyd5gu0dhcDU=
github.com/uhppoted/uhppoted-api v0.7.0/go.mod h1:RqewY0tqV0hJ1m/0jePMi98d5NwrlH/yjfg68m6W7qE=
github.com/uhppoted/uhppoted-lib v0.0.0-20210623164025-64369097cee4 h1:k9/iMvYaFLfuq2P2djv/fhWIb4z9jAbcQGKcpLKGJow=
github.com/uhppoted/uhppoted-lib v0.0.0-20210623164025-64369097cee4/go.mod h1:KQdxTbdj4bNZDO+BRy4Jk6aN1ntoGy/sEOEXk6uOtlE=
github.com/uhppoted/uhppote-core v0.7.1 h1:r4e79MBB12Vt32lxax1QQDpuieaOjW6jOITxD4fwfe8=
github.com/uhppoted/uhppote-core v0.7.1/go.mod h1:trhONXGxYU0V5kOzBShTedYcRY98p9uV99JBZ7F1M0k=
github.com/uhppoted/uhppoted-lib v0.7.1 h1:tCSvTGim5JAL+wmbspLyrnO0J/0nmryZXO50ILX05Fo=
github.com/uhppoted/uhppoted-lib v0.7.1/go.mod h1:VjDc/vURtSiiJzvh/cDmusQLEnl8GVgVq5Y4p64X5gE=
github.com/xanzy/ssh-agent v0.2.1 h1:TCbipTQL2JiiCprBWx9frJ2eJlCYT00NmctrHxVAr70=
github.com/xanzy/ssh-agent v0.2.1/go.mod h1:mLlQY/MoOhWBj+gOGMQkOeiEvkx+8pJSI+0Bx9h2kr4=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit 93422cf

Please sign in to comment.