Skip to content

Commit 336d912

Browse files
authored
Release version 1.0.0 (#11)
Signed-off-by: Mike Seplowitz <[email protected]>
1 parent ee1fe94 commit 336d912

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.markdown

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ The format is based on [Keep a Changelog][], and this project adheres to
1010

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

13+
## [1.0.0][] ([diff][diff-1.0.0]) - 2023-09-11
14+
15+
There have been no significant changes to `testgroup`'s behavior since
16+
[v0.3.0][0.3.0] almost three years ago. I think we're ready to tag version
17+
1.0.0. :tada:
18+
1319
## [0.3.1][] ([diff][diff-0.3.1]) - 2022-10-20
1420

1521
### Fixed
@@ -70,8 +76,11 @@ First release of the library.
7076
[pr-7]: https://github.com/bloomberg/go-testgroup/pull/7
7177
[pr-8]: https://github.com/bloomberg/go-testgroup/pull/8
7278
[diff-unreleased]:
73-
https://github.com/bloomberg/go-testgroup/compare/v0.3.1...HEAD
74-
"unreleased changes since 0.3.1"
79+
https://github.com/bloomberg/go-testgroup/compare/v1.0.0...HEAD
80+
"unreleased changes since 1.0.0"
81+
[diff-1.0.0]:
82+
https://github.com/bloomberg/go-testgroup/compare/v0.3.1...v1.0.0
83+
"changes from 0.3.1 to 1.0.0"
7584
[diff-0.3.1]:
7685
https://github.com/bloomberg/go-testgroup/compare/v0.3.0...v0.3.1
7786
"changes from 0.3.0 to 0.3.1"
@@ -84,6 +93,9 @@ First release of the library.
8493
[diff-0.1.0]:
8594
https://github.com/bloomberg/go-testgroup/commits/v0.1.0
8695
"changes from root to 0.1.0"
96+
[1.0.0]:
97+
https://github.com/bloomberg/go-testgroup/releases/tag/v1.0.0
98+
"version 1.0.0"
8799
[0.3.1]:
88100
https://github.com/bloomberg/go-testgroup/releases/tag/v0.3.1
89101
"version 0.3.1"

0 commit comments

Comments
 (0)