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 95e9dca commit 11fecdf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 18 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.2] - 2024-04-09

### Changed

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

### Fixed

- Fix that `Athena::Clock::Aware` was not required by default ([#365](https://github.com/athena-framework/athena/pull/365)) (George Dietrich)

## [0.1.1] - 2023-10-09

_Administrative release, no functional changes_
Expand All @@ -8,5 +18,6 @@ _Administrative release, no functional changes_

_Initial release._

[0.1.2]: https://github.com/athena-framework/clock/releases/tag/v0.1.2
[0.1.1]: https://github.com/athena-framework/clock/releases/tag/v0.1.1
[0.1.0]: https://github.com/athena-framework/clock/releases/tag/v0.1.0
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,9 @@

Decouples applications from the system clock.

## Installation
## Getting Started

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

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

## Documentation

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

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

version: 0.1.1
version: 0.1.2

crystal: '>= 0.36.0'

Expand Down
2 changes: 1 addition & 1 deletion src/athena-clock.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alias ACLK = Athena::Clock
class Athena::Clock
include Athena::Clock::Interface

VERSION = "0.1.1"
VERSION = "0.1.2"

# Represents the global clock used by all `Athena::Clock` instances.
#
Expand Down

0 comments on commit 11fecdf

Please sign in to comment.