Skip to content

Commit

Permalink
Athena Framework 0.18.0 prep (#266)
Browse files Browse the repository at this point in the history
* Bump `config` component
* Bump `console` component
* Bump `dependency-injection` component
* Bump `event-dispatcher` component
* Bump `negotation` component
* Bump `routing` component
* Bump `serializer` component
* Bump `spec` component
* Bump `validator` component
* Update `release.sh` to allow tagging multiple components at once
  • Loading branch information
Blacksmoke16 authored Feb 18, 2023
1 parent 4f38bb7 commit 73a74e8
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.3] - 2023-02-18

### Changed

- Update some links in preparation for Athena Framework `0.18.0` ([#261](https://github.com/athena-framework/athena/pull/261)) (George Dietrich)

## [0.3.2] - 2023-01-07

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

_Initial release._

[0.3.3]: https://github.com/athena-framework/serializer/releases/tag/v0.3.3
[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
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.2
version: 0.3.3

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.2"
VERSION = "0.3.3"

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

0 comments on commit 73a74e8

Please sign in to comment.