1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-17 04:50:02 +02:00

Version 1.4.3

This commit is contained in:
Henrik Hautakoski 2023-04-04 06:12:04 +02:00
parent 37c8bbc357
commit 9a34d2647d
No known key found for this signature in database
GPG key ID: 217490840C18A5D9
2 changed files with 14 additions and 1 deletions

View file

@ -1,6 +1,6 @@
PROGRAM_NAME = antelope-api-healthcheck
export PROGRAM_VERSION = 1.4.2
export PROGRAM_VERSION = 1.4.3
GO = go
PREFIX = /usr/local

13
debian/changelog vendored
View file

@ -1,3 +1,16 @@
antelope-api-healthcheck (1.4.3) unstable; urgency=medium
[ Misc ]
* Typo fix.
* Go Packages
- github.com/stretchr/testify from 1.8.1 to 1.8.2
- github.com/inconshreveable/log15 from 0.0.0-20221122034931-555555054819 to 3.0.0-testing.5+incompatible
- github.com/panjf2000/gnet/v2 from 2.2.4 to 2.2.6
-- Henrik Hautakoski <henrik@eossweden.org> Tue, 04 Apr 2023 06:07:05 +0200
antelope-api-healthcheck (1.4.2) unstable; urgency=medium
[ Improvements ]