Skip to content

Commit

Permalink
Release time! (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored Apr 10, 2024
1 parent d4c3ca1 commit 5cd0ab6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.5] - 2024-04-09

### Changed

- Change `Config` dependency to `DependencyInjection` for the custom annotation feature ([#392](https://github.com/athena-framework/athena/pull/392)) (George Dietrich)
- Integrate website into monorepo ([#365](https://github.com/athena-framework/athena/pull/365)) (George Dietrich)

## [0.3.4] - 2023-10-09

_Administrative release, no functional changes_
Expand Down Expand Up @@ -137,6 +144,7 @@ _First release a part of the monorepo._

_Initial release._

[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
[0.3.2]: https://github.com/athena-framework/serializer/releases/tag/v0.3.2
Expand Down
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,9 @@

Flexible object (de)serialization library

## Getting Started

## Installation

1. Add the dependency to your `shard.yml`:

```yaml
dependencies:
athena-serializer:
github: athena-framework/serializer
version: ~> 0.3.0
```
2. Run `shards install`

## Documentation

If using the component on its own, checkout the [API documentation](https://athenaframework.org/Serializer).
If using the component as part of Athena, also checkout the [external documentation](https://athenaframework.org/architecture/serializer).
Checkout the [Documentation](https://athenaframework.org/Serializer).

## Contributing

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.4
version: 0.3.5

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.4"
VERSION = "0.3.5"

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

0 comments on commit 5cd0ab6

Please sign in to comment.