Skip to content

Commit 18dff42

Browse files
committed
Prepare v4.5.0
1 parent d76b00e commit 18dff42

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [4.5.0] - 2022-06-09
810
### Added
911
- Guard filesystem watch and test executor.
1012

13+
### Changed
14+
- Dumped file content should end with newline, following updated version 3.3.0 of the NestedText specification.
15+
1116
## [4.4.6] - 2022-02-17
1217
### Fixed
1318
- rubydoc.info: don't force use hash value omission with rubycop. rubydoc.info is not on ruby 3.1 yet.

lib/nestedtext/version.rb

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

33
module NestedText
4-
# The version of this library.
5-
VERSION = '4.4.6'
4+
VERSION = '4.5.0' # The version of this library.
65
end

0 commit comments

Comments
 (0)