Skip to content

Commit 4b4fe11

Browse files
authored
Release time! (#434)
* Bump `console` component * Bump `dependency_injection` component * Bump `dotenv` component * Bump `framework` component * Bump `spec` component * Bump `validator` component
1 parent 35e63b4 commit 4b4fe11

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.3.4] - 2024-07-31
4+
5+
### Changed
6+
7+
- Update minimum `crystal` version to `~> 1.13.0` ([#433](https://github.com/athena-framework/athena/pull/433)) (George Dietrich)
8+
39
## [0.3.3] - 2024-04-09
410

511
### Changed
@@ -146,6 +152,7 @@ _First release a part of the monorepo._
146152

147153
_Initial release._
148154

155+
[0.3.4]: https://github.com/athena-framework/validator/releases/tag/v0.3.4
149156
[0.3.3]: https://github.com/athena-framework/validator/releases/tag/v0.3.3
150157
[0.3.2]: https://github.com/athena-framework/validator/releases/tag/v0.3.2
151158
[0.3.1]: https://github.com/athena-framework/validator/releases/tag/v0.3.1

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: athena-validator
22

3-
version: 0.3.3
3+
version: 0.3.4
44

55
crystal: ~> 1.13
66

src/athena-validator.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module Athena; end
3434

3535
# Provides a robust object/value validation framework.
3636
module Athena::Validator
37-
VERSION = "0.3.3"
37+
VERSION = "0.3.4"
3838

3939
# :nodoc:
4040
#

0 commit comments

Comments
 (0)