Skip to content

Commit 914883a

Browse files
authored
Merge pull request #3644 from ruby/bump-version
Bump to v1.5.1
2 parents 405d579 + cac5118 commit 914883a

22 files changed

Lines changed: 32 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.5.1] - 2025-09-13
10+
11+
### Changed
12+
13+
- Revert of a bug introduced with static literal flags on interpolated strings.
14+
915
## [1.5.0] - 2025-09-12
1016

1117
### Added
@@ -670,7 +676,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
670676

671677
- 🎉 Initial release! 🎉
672678

673-
[unreleased]: https://github.com/ruby/prism/compare/v1.5.0...HEAD
679+
[unreleased]: https://github.com/ruby/prism/compare/v1.5.1...HEAD
680+
[1.5.1]: https://github.com/ruby/prism/compare/v1.5.0...v1.5.1
674681
[1.5.0]: https://github.com/ruby/prism/compare/v1.4.0...v1.5.0
675682
[1.4.0]: https://github.com/ruby/prism/compare/v1.3.0...v1.4.0
676683
[1.3.0]: https://github.com/ruby/prism/compare/v1.2.0...v1.3.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
prism (1.5.0)
4+
prism (1.5.1)
55

66
GEM
77
remote: https://rubygems.org/

ext/prism/extension.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef PRISM_EXT_NODE_H
22
#define PRISM_EXT_NODE_H
33

4-
#define EXPECTED_PRISM_VERSION "1.5.0"
4+
#define EXPECTED_PRISM_VERSION "1.5.1"
55

66
#include <ruby.h>
77
#include <ruby/encoding.h>

gemfiles/2.7/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
prism (1.5.0)
4+
prism (1.5.1)
55

66
GEM
77
remote: https://rubygems.org/

gemfiles/3.0/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
prism (1.5.0)
4+
prism (1.5.1)
55

66
GEM
77
remote: https://rubygems.org/

gemfiles/3.1/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
prism (1.5.0)
4+
prism (1.5.1)
55

66
GEM
77
remote: https://rubygems.org/

gemfiles/3.2/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
prism (1.5.0)
4+
prism (1.5.1)
55

66
GEM
77
remote: https://rubygems.org/

gemfiles/3.3/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
prism (1.5.0)
4+
prism (1.5.1)
55

66
GEM
77
remote: https://rubygems.org/

gemfiles/3.4/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
prism (1.5.0)
4+
prism (1.5.1)
55

66
GEM
77
remote: https://rubygems.org/

gemfiles/3.5/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
prism (1.5.0)
4+
prism (1.5.1)
55

66
GEM
77
remote: https://rubygems.org/

0 commit comments

Comments
 (0)