Skip to content

Commit b7bf4bb

Browse files
chore: release main
1 parent 560cd92 commit b7bf4bb

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.3"
2+
".": "3.0.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.4](https://github.com/astroband/ruby-xdr/compare/v3.0.3...v3.0.4) (2024-02-26)
9+
10+
11+
### Bug Fixes
12+
13+
* update gemspec metadata ([d16f9fe](https://github.com/astroband/ruby-xdr/commit/d16f9fe2f08ec59e098b301304bae595b4f25974))
14+
815
### [3.0.3](https://github.com/astroband/ruby-xdr/compare/v3.0.2...v3.0.3) (2022-02-18)
916
### Bug Fixes
1017
- 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))

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
xdr (3.0.3)
4+
xdr (3.0.4)
55
activemodel (>= 4.2, < 8.0)
66
activesupport (>= 4.2, < 8.0)
77

lib/xdr/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module XDR
2-
VERSION = "3.0.3"
2+
VERSION = "3.0.4"
33
end

0 commit comments

Comments
 (0)