Skip to content

Commit

Permalink
Release time! (#434)
Browse files Browse the repository at this point in the history
* Bump `console` component
* Bump `dependency_injection` component
* Bump `dotenv` component
* Bump `framework` component
* Bump `spec` component
* Bump `validator` component
  • Loading branch information
Blacksmoke16 authored Jul 31, 2024
1 parent 35e63b4 commit 4b4fe11
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.4] - 2024-07-31

### Changed

- Update minimum `crystal` version to `~> 1.13.0` ([#433](https://github.com/athena-framework/athena/pull/433)) (George Dietrich)

## [0.3.3] - 2024-04-09

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

_Initial release._

[0.3.4]: https://github.com/athena-framework/validator/releases/tag/v0.3.4
[0.3.3]: https://github.com/athena-framework/validator/releases/tag/v0.3.3
[0.3.2]: https://github.com/athena-framework/validator/releases/tag/v0.3.2
[0.3.1]: https://github.com/athena-framework/validator/releases/tag/v0.3.1
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-validator

version: 0.3.3
version: 0.3.4

crystal: ~> 1.13

Expand Down
2 changes: 1 addition & 1 deletion src/athena-validator.cr
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module Athena; end

# Provides a robust object/value validation framework.
module Athena::Validator
VERSION = "0.3.3"
VERSION = "0.3.4"

# :nodoc:
#
Expand Down

0 comments on commit 4b4fe11

Please sign in to comment.