Skip to content

Commit e712bc7

Browse files
committed
Bump to version 1.1.0
1 parent 9b7d64d commit e712bc7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

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.1.0] - 2022-11-08
10+
11+
### Added
12+
13+
- `prettier_print` now works with Ractors.
14+
915
## [1.0.2] - 2022-10-19
1016

1117
### Changed
@@ -43,7 +49,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
4349

4450
- 🎉 Initial release! 🎉
4551

46-
[unreleased]: https://github.com/ruby-syntax-tree/prettier_print/compare/v1.0.2...HEAD
52+
[unreleased]: https://github.com/ruby-syntax-tree/prettier_print/compare/v1.1.0...HEAD
53+
[1.1.0]: https://github.com/ruby-syntax-tree/prettier_print/compare/v1.0.2...v1.1.0
4754
[1.0.2]: https://github.com/ruby-syntax-tree/prettier_print/compare/v1.0.1...v1.0.2
4855
[1.0.1]: https://github.com/ruby-syntax-tree/prettier_print/compare/v1.0.0...v1.0.1
4956
[1.0.0]: https://github.com/ruby-syntax-tree/prettier_print/compare/v0.1.0...v1.0.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-
prettier_print (1.0.2)
4+
prettier_print (1.1.0)
55

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

lib/prettier_print/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class PrettierPrint
4-
VERSION = "1.0.2"
4+
VERSION = "1.1.0"
55
end

0 commit comments

Comments
 (0)