Skip to content

Commit d80255c

Browse files
committed
🔖 Prepare release v1.0.0
1 parent e00b4b6 commit d80255c

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,19 @@ Please file a bug if you notice a violation of semantic versioning.
2222
### Fixed
2323
### Removed
2424

25-
## [1.0.0] - 2025-02-25 ([tag][1.0.0t])
26-
- COVERAGE: 98.44% -- 63/64 lines in 6 files
27-
- BRANCH COVERAGE: 94.44% -- 17/18 branches in 6 files
28-
- 63.64% documented
25+
## [1.0.0] - 2025-04-04 ([tag][1.0.0t])
26+
- Line Coverage: 88.48% (776 / 877)
27+
- Branch Coverage: 69.42% (193 / 278)
28+
- 38.41% documented
2929
### Added
3030
- Compatibility with Rails v5.2, v6.x, 7.x, 8.0
31-
- Compatibility with Ruby 2.7.8, 3.x
31+
- Compatibility with Ruby 2.7.8, 3.0, 3.1, 3.2, 3.3, 3.4, ruby-head
3232
### Removed
3333
- Dropped compatibility with Rails < 5.2
3434
- Dropped compatibility with Ruby < 2.7.8
3535

36+
# masq releases
37+
3638
## v0.3.4
3739

3840
* Always populate first and lastname when fullname is passed in
@@ -76,6 +78,6 @@ Please file a bug if you notice a violation of semantic versioning.
7678

7779
* [Security] Updated Rails to version 3.2.11
7880

79-
[Unreleased]: https://github.com/oauth-xx/masq2/compare/v0.1.7...HEAD
80-
[0.1.7]: https://github.com/oauth-xx/masq2/compare/v0.1.16...v0.1.7
81-
[0.1.7t]: https://github.com/oauth-xx/masq2/tags/v0.1.6
81+
[Unreleased]: https://github.com/oauth-xx/masq2/compare/v1.0.0...HEAD
82+
[1.0.0]: https://github.com/oauth-xx/masq2/compare/bc6b6d84fe06811b9de19e7863c53c6bfad201fe...v1.0.0
83+
[1.0.0t]: https://github.com/oauth-xx/masq2/tags/v1.0.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GIT
2222
PATH
2323
remote: .
2424
specs:
25-
masq2 (1.0.0.pre.beta.1)
25+
masq2 (1.0.0)
2626
erb
2727
i18n_data
2828
rails (>= 5.2.8.1)

lib/masq/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Masq
22
module Version
3-
VERSION = "1.0.0-beta.1"
3+
VERSION = "1.0.0"
44
end
55
end

0 commit comments

Comments
 (0)