File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3232var BuildVersion = "(development version)"
3333
You can’t perform that action at this time.
0 commit comments