Skip to content

Commit 7353bec

Browse files
committed
Update changelog and readme
1 parent 9e9711e commit 7353bec

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [v8.1.2]
7+
8+
### Fixed
9+
10+
- Scan negative int64 values into uint64 without breaking
11+
12+
## [v8.1.1]
13+
14+
### Fixed
15+
16+
- Fix an overflow issue in uint64
17+
18+
## [v8.1.0]
19+
20+
### Changed
21+
22+
- Version the code with go modules
23+
624
## [v8.0.0]
725

826
### Changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ please stop using gopkg.in and ensure you're using `vgo`, `dep` or vendoring to
2020
version null.
2121

2222
```
23-
go get -u "github.com/volatiletech/null"
23+
go get github.com/volatiletech/null/v8
2424
```
2525

2626
### Usage
@@ -58,4 +58,4 @@ eventually](https://github.com/golang/go/issues/4357).
5858

5959
### License
6060

61-
BSD
61+
BSD-3 (See License file)

0 commit comments

Comments
 (0)