Skip to content

Commit 28b6b2e

Browse files
authored
Merge pull request #14 from k1LoW/tagpr-from-v1.1.1
Release for v2.0.0
2 parents 04b23aa + 4c27c07 commit 28b6b2e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v2.0.0](https://github.com/k1LoW/oldstable/compare/v1.1.1...v2.0.0) - 2025-10-26
4+
### Breaking Changes 🛠
5+
- fix: enhance lax mode to support oldstable and older versions by @k1LoW in https://github.com/k1LoW/oldstable/pull/15
6+
- fix: improve handling of go directive version checks by @k1LoW in https://github.com/k1LoW/oldstable/pull/16
7+
### Other Changes
8+
- chore: add test for --lax by @k1LoW in https://github.com/k1LoW/oldstable/pull/13
9+
- chore: setup tagpr labels by @k1LoW in https://github.com/k1LoW/oldstable/pull/12
10+
311
## [v1.1.1](https://github.com/k1LoW/oldstable/compare/v1.1.0...v1.1.1) - 2024-11-04
412
### Fix bug 🐛
513
- Set lax by @k1LoW in https://github.com/k1LoW/oldstable/pull/11

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package version
22

33
const Name string = "oldstable"
44

5-
var Version = "1.1.1" //nostyle:repetition
5+
var Version = "2.0.0" //nostyle:repetition

0 commit comments

Comments
 (0)