Skip to content

Commit

Permalink
Bump components (#250)
Browse files Browse the repository at this point in the history
* Improve diff script to include GH compare link and allow diffing a single component
* Add helper script to create the release branch/tag
* Bump `console`
* Bump `dependency-injection`
* Bump `event-dispatcher`
* Bump `routing`
* Bump `serializer`
* Bump `spec`
* Bump `validator`
* Bump constraint in `framework` component and root `shard.yml`
* Add `common changelog` badge to `framework` component
  • Loading branch information
Blacksmoke16 authored Jan 7, 2023
1 parent 798b859 commit ef3685a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.2] - 2023-01-07

### Fixed

- Fix deserializing `JSON::Any` and `YAML::Any` ([#215](https://github.com/athena-framework/athena/pull/215)) (George Dietrich)

## [0.3.1] - 2022-09-05

### Changed
Expand Down Expand Up @@ -121,6 +127,7 @@ _First release a part of the monorepo._

_Initial release._

[0.3.2]: https://github.com/athena-framework/serializer/releases/tag/v0.3.2
[0.3.1]: https://github.com/athena-framework/serializer/releases/tag/v0.3.1
[0.3.0]: https://github.com/athena-framework/serializer/releases/tag/v0.3.0
[0.2.10]: https://github.com/athena-framework/serializer/releases/tag/v0.2.10
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: athena-serializer

version: 0.3.1
version: 0.3.2

crystal: ~> 1.4

Expand Down
2 changes: 1 addition & 1 deletion src/athena-serializer.cr
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module YAML; end
# ASR.serializer.serialize obj, :json, ASR::SerializationContext.new.groups = ["details"] # => {"name":"FIRST LAST","title":"title"}
# ```
module Athena::Serializer
VERSION = "0.3.1"
VERSION = "0.3.2"

# Returns an `ASR::SerializerInterface` instance for ad-hoc (de)serialization.
#
Expand Down

0 comments on commit ef3685a

Please sign in to comment.