Skip to content

Commit

Permalink
chore(main): release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxveldink committed Aug 5, 2024
1 parent 48da547 commit c9a55f9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.0](https://github.com/maxveldink/sorbet-schema/compare/v0.8.0...v0.9.0) (2024-08-05)


### ⚠ BREAKING CHANGES

* Replace deeply_nested_hash with options passing in struct ext ([#121](https://github.com/maxveldink/sorbet-schema/issues/121))

### Code Refactoring

* Replace deeply_nested_hash with options passing in struct ext ([#121](https://github.com/maxveldink/sorbet-schema/issues/121)) ([48da547](https://github.com/maxveldink/sorbet-schema/commit/48da54733ee29af92605824da40ba39f0fe3f8a0))

## [0.8.0](https://github.com/maxveldink/sorbet-schema/compare/v0.7.2...v0.8.0) (2024-07-19)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sorbet-schema (0.8.0)
sorbet-schema (0.9.0)
sorbet-result (~> 1.1)
sorbet-runtime (~> 0.5)
sorbet-struct-comparable (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/sorbet-schema/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# typed: strict

module SorbetSchema
VERSION = "0.8.0"
VERSION = "0.9.0"
end

0 comments on commit c9a55f9

Please sign in to comment.