Skip to content

Commit 9a6ea10

Browse files
authored
Merge pull request #5 from mikesep/release-0.3.0
2 parents 96a09de + 7c03f3b commit 9a6ea10

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.markdown

+16-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ The format is based on [Keep a Changelog][], and this project adheres to
1010

1111
## Unreleased ([diff][diff-unreleased])
1212

13+
## [0.3.0][] ([diff][diff-0.3.0]) - 2020-07-23
14+
15+
Our first open source release! :tada:
16+
17+
### Added
18+
19+
- Improved the documentation in the README and godoc comments.
20+
1321
### Changed
1422

1523
- The test group will now fail if the group object has an exported method that
@@ -47,14 +55,20 @@ The format is based on [Keep a Changelog][], and this project adheres to
4755
First release of the library.
4856

4957
[diff-unreleased]:
50-
https://github.com/bloomberg/go-testgroup/compare/v0.2.0...HEAD
51-
"unreleased changes since 0.2.0"
58+
https://github.com/bloomberg/go-testgroup/compare/v0.3.0...HEAD
59+
"unreleased changes since 0.3.0"
60+
[diff-0.3.0]:
61+
https://github.com/bloomberg/go-testgroup/compare/v0.2.0...v0.3.0
62+
"changes from 0.2.0 to 0.3.0"
5263
[diff-0.2.0]:
5364
https://github.com/bloomberg/go-testgroup/compare/v0.1.0...v0.2.0
5465
"changes from 0.1.0 to 0.2.0"
5566
[diff-0.1.0]:
5667
https://github.com/bloomberg/go-testgroup/commits/v0.1.0
5768
"changes from root to 0.1.0"
69+
[0.3.0]:
70+
https://github.com/bloomberg/go-testgroup/releases/tag/v0.3.0
71+
"version 0.3.0"
5872
[0.2.0]:
5973
https://github.com/bloomberg/go-testgroup/releases/tag/v0.2.0
6074
"version 0.2.0"

0 commit comments

Comments
 (0)