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 1
1
## Changelog
2
2
##### master
3
3
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
+
4
24
##### version 0.17.1
5
25
* Version bump by @deniszh
6
26
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
)
28
28
29
29
// Version of go-carbon
30
- const Version = "0.17.1 "
30
+ const Version = "0.17.3 "
31
31
32
32
var BuildVersion = "(development version)"
33
33
You can’t perform that action at this time.
0 commit comments