diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 930cf0f..857973b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.3" + ".": "3.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a362cf..642e51b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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). +## [3.0.4](https://github.com/astroband/ruby-xdr/compare/v3.0.3...v3.0.4) (2024-03-02) + + +### Bug Fixes + +* update gemspec metadata ([d16f9fe](https://github.com/astroband/ruby-xdr/commit/d16f9fe2f08ec59e098b301304bae595b4f25974)) + ### [3.0.3](https://github.com/astroband/ruby-xdr/compare/v3.0.2...v3.0.3) (2022-02-18) ### Bug Fixes - make `XDR::Option` write empty strings as values ([#15](https://github.com/astroband/ruby-xdr/issues/15)) ([ccab229](https://github.com/astroband/ruby-xdr/commit/ccab22928a1104dee525211b51d1d567079d27ba)) diff --git a/Gemfile.lock b/Gemfile.lock index 0ccaeae..f25c1d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - xdr (3.0.3) + xdr (3.0.4) activemodel (>= 4.2, < 8.0) activesupport (>= 4.2, < 8.0) diff --git a/lib/xdr/version.rb b/lib/xdr/version.rb index 9c1b857..5ffc5c8 100644 --- a/lib/xdr/version.rb +++ b/lib/xdr/version.rb @@ -1,3 +1,3 @@ module XDR - VERSION = "3.0.3" + VERSION = "3.0.4" end