Skip to content

Commit f6a8438

Browse files
authored
Release time! (#393)
1 parent 2b68381 commit f6a8438

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
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.1.5] - 2024-04-09
4+
5+
### Changed
6+
7+
- Integrate website into monorepo ([#365](https://github.com/athena-framework/athena/pull/365)) (George Dietrich)
8+
39
## [0.1.4] - 2023-10-09
410

511
_Administrative release, no functional changes_
@@ -37,6 +43,7 @@ _First release a part of the monorepo._
3743

3844
_Initial release._
3945

46+
[0.1.5]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.5
4047
[0.1.4]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.4
4148
[0.1.3]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.3
4249
[0.1.2]: https://github.com/athena-framework/negotiation/releases/tag/v0.1.2

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,9 @@
66

77
Framework agnostic [content negotiation](https://tools.ietf.org/html/rfc7231#section-5.3) library based on [willdurand/Negotiation](https://github.com/willdurand/Negotiation).
88

9-
## Installation
9+
## Getting Started
1010

11-
1. Add the dependency to your `shard.yml`:
12-
13-
```yaml
14-
dependencies:
15-
athena-negotiation:
16-
github: athena-framework/negotiation
17-
version: ~> 0.1.0
18-
```
19-
20-
2. Run `shards install`
21-
22-
## Documentation
23-
24-
If using the component on its own, checkout the [API documentation](https://athenaframework.org/Negotiation).
25-
If using the component as part of Athena, also checkout the [external documentation](https://athenaframework.org/architecture/negotiation).
11+
Checkout the [Documentation](https://athenaframework.org/Negotiation).
2612

2713
## Contributing
2814

shard.yml

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

3-
version: 0.1.4
3+
version: 0.1.5
44

55
crystal: ~> 1.4
66

src/athena-negotiation.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ alias ANG = Athena::Negotiation
1515

1616
# The `Athena::Negotiation` component allows an application to support [content negotiation](https://tools.ietf.org/html/rfc7231#section-5.3).
1717
module Athena::Negotiation
18-
VERSION = "0.1.4"
18+
VERSION = "0.1.5"
1919

2020
# Returns a lazily initialized `ANG::Negotiator` singleton instance.
2121
class_getter(negotiator) { ANG::Negotiator.new }

0 commit comments

Comments
 (0)