Skip to content

Commit

Permalink
build(release): bump version from 1.0.3 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danilogco committed Oct 13, 2023
1 parent 7087b7d commit 596eea6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2023-10-13

### Changed

#### Breaking Changes

- `config` no longer loads `deep_merge`'s monkey patch for `Hash#deep_merge` and Hash#deep_merge!`([#342](https://github.com/rubyconfig/config/pull/342)). If you rely on those methods and are not using Rails / Active Support, you can load the monkey patch via`require 'deep_merge/deep_merge_hash'` by @jonathanhefner

### Fixed

- Address edge case with table config param (#339) by @krasnoukhov

## [1.0.3] - 2023-02-17

### Changed
Expand All @@ -26,26 +38,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Only load Railtie integration if Rails::Railtie is defined
[rubyconfig#31](https://github.com/rubyconfig/config/pull/319) - Thanks to Ufuk
Kayserilioglu <[email protected]>
[rubyconfig#31](https://github.com/rubyconfig/config/pull/319) - Thanks to Ufuk
Kayserilioglu <[email protected]>
- CHANGELOG.md pattern changed to the [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2022-05-30

### Fixed

- Avoid to crash the Rails application when there is an error
parsing a variable <https://github.com/dcotecnologia/confset/pull/5>
parsing a variable <https://github.com/dcotecnologia/confset/pull/5>

## [1.0.0] - 2022-05-27

### Added

- Initial release
- Refac the project focusing on the newer versions of the
Ruby language and Ruby on Rails.
Ruby language and Ruby on Rails.

---------------------
---

You can find the full changelog of the original "config" gem at the link
<https://github.com/rubyconfig/config/blob/master/CHANGELOG.md>.
2 changes: 1 addition & 1 deletion lib/confset/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Confset
VERSION = "1.0.3"
VERSION = "1.1.0"
end

0 comments on commit 596eea6

Please sign in to comment.