From cf1e662dcf41b1ee534ebcf2f3b0406d24dcf8c6 Mon Sep 17 00:00:00 2001 From: Max VelDink Date: Fri, 29 Mar 2024 21:28:10 -0400 Subject: [PATCH] chore(main): release 0.4.3 --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/sorbet-schema/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c8c93..22c44b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.4.3](https://github.com/maxveldink/sorbet-schema/compare/v0.4.2...v0.4.3) (2024-03-30) + + +### Features + +* Add schema method to structs ([#60](https://github.com/maxveldink/sorbet-schema/issues/60)) ([4b7ff34](https://github.com/maxveldink/sorbet-schema/commit/4b7ff34bc6a48c42d3ece8d1fad07bdecf0bdc11)) + ## [0.4.2](https://github.com/maxveldink/sorbet-schema/compare/v0.4.1...v0.4.2) (2024-03-21) diff --git a/Gemfile.lock b/Gemfile.lock index 6c257fd..d42c01e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sorbet-schema (0.4.2) + sorbet-schema (0.4.3) sorbet-result (~> 1.1) sorbet-runtime (~> 0.5) sorbet-struct-comparable (~> 1.3) diff --git a/lib/sorbet-schema/version.rb b/lib/sorbet-schema/version.rb index eb842d2..a277b62 100644 --- a/lib/sorbet-schema/version.rb +++ b/lib/sorbet-schema/version.rb @@ -1,5 +1,5 @@ # typed: strict module SorbetSchema - VERSION = "0.4.2" + VERSION = "0.4.3" end