Skip to content

Commit a1a6462

Browse files
bors[bot]rustatian
andauthored
Merge #273
273: prepare_to_1_6_3 r=wolfy-j a=48d90782 Corrected changelog Co-authored-by: Valery Piashchynski <[email protected]>
2 parents 542282c + 4529055 commit a1a6462

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
CHANGELOG
22
=========
3-
v1.6.3
4-
- Fixed bug with UB when plugin is failing during start
3+
4+
v1.6.3 (10.03.2020)
5+
-------------------
6+
- Fixed bug with UB when the plugin is failing during start
57
- Better signals handling
68
- Rotate ports in tests
79
- Added BORS to repository [https://bors.tech/], so, now you can use commands from it, like `bors d=@some_user`, `bors try`, or `bors r+`
810
- Reverted change with `musl-gcc`. We reverted `CGO_ENABLED=0`, so, CGO turned off for all targets and `netgo`, `osuser` etc.. system-dependent packages are not statically linked. Also separate `musl` binary provided.
9-
- macOS temporary removed from CI.
11+
- macOS temporarily removed from CI
12+
- Added curl dependency to download rr (@dkarlovi)
1013

1114
v1.6.2 (23.02.2020)
1215
-------------------

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ go 1.13
44

55
require (
66
github.com/NYTimes/gziphandler v1.1.1
7+
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
78
github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37
89
github.com/dustin/go-humanize v1.0.0
10+
github.com/go-ole/go-ole v1.2.4 // indirect
911
github.com/mattn/go-colorable v0.1.6 // indirect
1012
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
1113
github.com/olekukonko/tablewriter v0.0.4

0 commit comments

Comments
 (0)