Skip to content

Commit 40b08bd

Browse files
committed
Bump 0.3.4
1 parent 0de63d0 commit 40b08bd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10+
## [0.3.4] - 2025-01-14
11+
1012
### Added
1113

1214
- Experimental support for `readOnly` and `writeOnly` keywords. ([@skryukov])
@@ -19,6 +21,7 @@ and this project adheres to [Semantic Versioning].
1921
config.include Skooma::RSpec[Rails.root.join("docs", "openapi.yml"), enforce_access_modes: true], type: :request
2022
end
2123
```
24+
- Support fallback parsers for vendor-specific media types. ([@pvcarrera], [@skryukov])
2225

2326
## [0.3.3] - 2024-10-14
2427

@@ -138,10 +141,12 @@ and this project adheres to [Semantic Versioning].
138141
- Initial implementation. ([@skryukov])
139142
140143
[@barnaclebarnes]: https://github.com/barnaclebarnes
144+
[@pvcarrera]: https://github.com/pvcarrera
141145
[@skryukov]: https://github.com/skryukov
142146
[@ursm]: https://github.com/ursm
143147
144-
[Unreleased]: https://github.com/skryukov/skooma/compare/v0.3.3...HEAD
148+
[Unreleased]: https://github.com/skryukov/skooma/compare/v0.3.4...HEAD
149+
[0.3.4]: https://github.com/skryukov/skooma/compare/v0.3.3...v0.3.4
145150
[0.3.3]: https://github.com/skryukov/skooma/compare/v0.3.2...v0.3.3
146151
[0.3.2]: https://github.com/skryukov/skooma/compare/v0.3.1...v0.3.2
147152
[0.3.1]: https://github.com/skryukov/skooma/compare/v0.3.0...v0.3.1

lib/skooma/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Skooma
4-
VERSION = "0.3.3"
4+
VERSION = "0.3.4"
55
end

0 commit comments

Comments
 (0)