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 fc4786b commit f6b85b4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 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] - 2024-04-09

### Changed

- Integrate website into monorepo ([#365](https://github.com/athena-framework/athena/pull/365)) (George Dietrich)

## [0.3.2] - 2023-10-09

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

_Initial release._

[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
[0.3.0]: https://github.com/athena-framework/validator/releases/tag/v0.3.0
Expand Down
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,9 @@

Object/value validation library

## Installation
## Getting Started

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

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

## Documentation

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

## 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-validator

version: 0.3.2
version: 0.3.3

crystal: ~> 1.6

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

# :nodoc:
#
Expand Down

0 comments on commit f6b85b4

Please sign in to comment.