Skip to content

Commit 315d4b6

Browse files
committed
Version 3.0.0
1 parent 9b9619a commit 315d4b6

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.0] - 2026-01-28
11+
12+
### Changed
13+
14+
- **BREAKING**: Upgrade Rails to 7.2
15+
1016
## [2.0.0] - 2026-01-28
1117

1218
### Changed
@@ -113,7 +119,9 @@ We have not released a new version of tokite gem for a long time. Be careful whe
113119
- Fix an error occurred when a query contains wrong regular expressions (https://github.com/cookpad/tokite/pull/43).
114120

115121

116-
[Unreleased]: https://github.com/cookpad/tokite/compare/v1.0.0...HEAD
122+
[Unreleased]: https://github.com/cookpad/tokite/compare/v3.0.0...HEAD
123+
[3.0.0]: https://github.com/cookpad/tokite/compare/v2.0.0...v3.0.0
124+
[2.0.0]: https://github.com/cookpad/tokite/compare/v1.0.0...v2.0.0
117125
[1.0.0]: https://github.com/cookpad/tokite/compare/v0.9.0...v1.0.0
118126
[0.9.0]: https://github.com/cookpad/tokite/compare/v0.8.1...v0.9.0
119127
[0.8.1]: https://github.com/cookpad/tokite/compare/v0.8.0...v0.8.1

lib/tokite/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tokite
2-
VERSION = '2.0.0'
2+
VERSION = '3.0.0'
33
end

0 commit comments

Comments
 (0)