Skip to content

Commit

Permalink
Updated to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoBruni committed Jun 1, 2022
1 parent 58b4ac7 commit 56a3716
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog for Mojo-Leds

1.13 2022-06-01T09:15:00
- *** BREAK COMPATIBILITY *** In previous versions we saved $c->req->params->to_hash in a "query" key in session. This is not good (think about user/pass credentials) so we removed this.
- Changed a test in t/70-common_routes.t to solve some failed tests under windows.

1.12 2021-11-17T12:25:00
- Optimized route algoritm. Removed .text extension response
- Required AutoRoutePM >= 0.21
Expand Down
4 changes: 2 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name = Mojo-Leds
author = Emiliano Bruni <[email protected]>
license = Perl_5
copyright_holder = Emiliano Bruni
copyright_year = 2021
copyright_year = 2022

version = 1.12
version = 1.13

[PodWeaver]
[@Starter::Git]
Expand Down

0 comments on commit 56a3716

Please sign in to comment.