Skip to content

Commit

Permalink
Bump framework and serializer (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored Apr 27, 2024
1 parent 857e4f4 commit ea343c6
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.6] - 2024-04-27

### Fixed

- Fix misnamed modules being defined in incorrect namespace ([#402](https://github.com/athena-framework/athena/pull/402)) (George Dietrich)

## [0.3.5] - 2024-04-09

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

_Initial release._

[0.3.6]: https://github.com/athena-framework/serializer/releases/tag/v0.3.6
[0.3.5]: https://github.com/athena-framework/serializer/releases/tag/v0.3.5
[0.3.4]: https://github.com/athena-framework/serializer/releases/tag/v0.3.4
[0.3.3]: https://github.com/athena-framework/serializer/releases/tag/v0.3.3
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.5
version: 0.3.6

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 @@ -36,7 +36,7 @@ module YAML; end

# Provides enhanced (de)serialization features.
module Athena::Serializer
VERSION = "0.3.5"
VERSION = "0.3.6"

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

0 comments on commit ea343c6

Please sign in to comment.