You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,27 +111,38 @@ Flags:
111
111
112
112
## Changelog
113
113
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
+
114
124
### [v1.1.1] - 2023-03-07
115
125
116
126
#### Changed
117
-
* Update golang to 1.20
127
+
* No changes in linter behavior
128
+
* Update Go to 1.20
118
129
* Update dependencies
119
-
* Update golangci-lint to v1.51.2
130
+
* Update golangci-lint
120
131
* Update Makefile
121
132
122
133
### [v1.1.0] - 2022-06-22
123
134
124
135
#### Changed
125
136
* 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
127
138
* Migrate to [github actions](https://github.com/maratori/testpackage/actions/workflows/ci.yaml) from travis-ci
0 commit comments