Skip to content

Commit b01f3d5

Browse files
authored
Merge pull request #356 from maratori/release
Prepare release
2 parents a2b5287 + d03b2d5 commit b01f3d5

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,27 +111,38 @@ Flags:
111111

112112
## Changelog
113113

114+
### [v1.1.2] - 2025-11-07
115+
116+
#### Changed
117+
* Update Go to 1.22
118+
* Update dependencies
119+
* Update golangci-lint
120+
* Update Makefile
121+
* Test the latest Go version on CI
122+
* Test the latest dependencies from [.github/latest-deps/go.mod](.github/latest-deps/go.mod) on CI
123+
114124
### [v1.1.1] - 2023-03-07
115125

116126
#### Changed
117-
* Update golang to 1.20
127+
* No changes in linter behavior
128+
* Update Go to 1.20
118129
* Update dependencies
119-
* Update golangci-lint to v1.51.2
130+
* Update golangci-lint
120131
* Update Makefile
121132

122133
### [v1.1.0] - 2022-06-22
123134

124135
#### Changed
125136
* Allow tests in `main` package by default and add flag `-allow-packages` to allow tests without `_test` suffix (thanks [G-Rath](https://github.com/G-Rath))
126-
* Update golang to 1.18
137+
* Update Go to 1.18
127138
* Migrate to [github actions](https://github.com/maratori/testpackage/actions/workflows/ci.yaml) from travis-ci
128-
* Update golangci-lint to v1.46.2
139+
* Update golangci-lint
129140

130141
### [v1.0.1] - 2020-04-22
131142

132143
#### Changed
133144
* No changes in linter behavior
134-
* Use latest go version on travis-ci
145+
* Use latest go version on CI
135146
* Update Makefile
136147
* Update golangci-lint
137148

0 commit comments

Comments
 (0)