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 0baf6e0 commit 1e7bb34
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 19 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.3.5] - 2024-04-09

### Changed

- Update minimum `crystal` version to `~> 1.11.0` ([#270](https://github.com/athena-framework/athena/pull/270)) (George Dietrich)
- Integrate website into monorepo ([#365](https://github.com/athena-framework/athena/pull/365)) (George Dietrich)

### Added

- Support for Windows OS ([#270](https://github.com/athena-framework/athena/pull/270)) (George Dietrich)

### Fixed

- Fix incorrect column/width `ACON::Terminal` values on Windows ([#361](https://github.com/athena-framework/athena/pull/361)) (George Dietrich)

## [0.3.4] - 2023-10-10

### Added
Expand Down Expand Up @@ -106,6 +121,7 @@ _First release a part of the monorepo._

_Initial release._

[0.3.5]: https://github.com/athena-framework/console/releases/tag/v0.3.5
[0.3.4]: https://github.com/athena-framework/console/releases/tag/v0.3.4
[0.3.3]: https://github.com/athena-framework/console/releases/tag/v0.3.3
[0.3.2]: https://github.com/athena-framework/console/releases/tag/v0.3.2
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 @@

Allows for the creation of CLI based commands.

## Installation
## Getting Started

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

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

## Documentation

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

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ First, install the component by adding the following to your `shard.yml`, then r
dependencies:
athena-console:
github: athena-framework/console
version: ~> 0.3.0
version: ~> 0.3.5
```
## Usage
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-console

version: 0.3.4
version: 0.3.5

crystal: ~> 1.11

Expand Down
2 changes: 1 addition & 1 deletion src/athena-console.cr
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ alias ACONA = ACON::Annotations

# Allows the creation of CLI based commands
module Athena::Console
VERSION = "0.3.4"
VERSION = "0.3.5"

# Contains all the `Athena::Console` based annotations.
module Annotations; end
Expand Down

0 comments on commit 1e7bb34

Please sign in to comment.