Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 10, 2024
1 parent f399221 commit c5268d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.3"
".": "3.0.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-10)


### Bug Fixes

* update gemspec metadata ([8fc1ba5](https://github.com/astroband/ruby-xdr/commit/8fc1ba5126537116f8dc6017c4354b17d5285578))

### [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))
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:
xdr (3.0.3)
xdr (3.0.4)
activemodel (>= 4.2, < 8.0)
activesupport (>= 4.2, < 8.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/xdr/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module XDR
VERSION = "3.0.3"
VERSION = "3.0.4"
end

0 comments on commit c5268d7

Please sign in to comment.