Skip to content

Commit e33f722

Browse files
authored
Merge pull request #573 from go-graphite/dzhdanov/v0.17.3
v0.17.3
2 parents 2a7a296 + 780cd5b commit e33f722

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
## Changelog
22
##### master
33

4+
##### version 0.17.3
5+
* Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #568
6+
* Version bump by @deniszh
7+
8+
##### version 0.17.2
9+
* Refresh actions and go versions by @deniszh in #539
10+
* Use protojson.Marshal for produce json from the proto messages by @deniszh in #540
11+
* update go-whisper lib by @auguzun in #542
12+
* Fixing typo with go tip, update Docker base images by @deniszh in #543
13+
* updated golang in go.mod from 1.18 to 1.20 by @auguzun in #545
14+
* added logic to handle corrupt whisper file without archive info by @auguzun in #548
15+
* Dependabots security PRs by @deniszh in #551
16+
* Bump golang.org/x/net from 0.0.0-20210525063256-abc453219eb5 to 0.7.0 by @dependabot in #549
17+
* add shared lock for read request by @auguzun in #553
18+
* removed trigram field in trie index because it is not used by @auguzun in #554
19+
* Update go-whisper by @deniszh in #560
20+
* Optionally disable 404 error logging (fix #563) by @deniszh in #564
21+
* Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 by @dependabot in #565
22+
* Build packages for Debian Bookworm by @anayrat in #571
23+
424
##### version 0.17.1
525
* Version bump by @deniszh
626

go-carbon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
// Version of go-carbon
30-
const Version = "0.17.1"
30+
const Version = "0.17.3"
3131

3232
var BuildVersion = "(development version)"
3333

0 commit comments

Comments
 (0)