Skip to content

Commit

Permalink
Release time! (athena-framework/athena#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored Jan 26, 2025
1 parent 4c235f8 commit 0da435e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.10] - 2025-01-26

### Changed

- Allow having multiple independent compiled route collections ([#468](https://github.com/athena-framework/athena/pull/468)) (George Dietrich)
- Log unhandled `ART::RoutingHandler` exceptions ([#470](https://github.com/athena-framework/athena/pull/470)) (George Dietrich)

### Fixed

- Make `ART::RequestContext.from_uri` more robust ([#498](https://github.com/athena-framework/athena/pull/498)) (George Dietrich)

## [0.1.9] - 2024-04-09

### Changed
Expand Down Expand Up @@ -97,6 +108,7 @@ _First release a part of the monorepo._

_Initial release._

[0.1.10]: https://github.com/athena-framework/routing/releases/tag/v0.1.10
[0.1.9]: https://github.com/athena-framework/routing/releases/tag/v0.1.9
[0.1.8]: https://github.com/athena-framework/routing/releases/tag/v0.1.8
[0.1.7]: https://github.com/athena-framework/routing/releases/tag/v0.1.7
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-routing

version: 0.1.9
version: 0.1.10

crystal: ~> 1.8

Expand Down
2 changes: 1 addition & 1 deletion src/athena-routing.cr
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ alias ARTA = ART::Annotations

# Provides a performant and robust HTTP based routing library/framework.
module Athena::Routing
VERSION = "0.1.9"
VERSION = "0.1.10"

{% if @top_level.has_constant?("Athena") && Athena.has_constant?("Framework") && Athena::Framework.has_constant?("Request") %}
# Represents the type of the *request* parameter within an `ART::Route::Condition`.
Expand Down

0 comments on commit 0da435e

Please sign in to comment.