Skip to content

Commit f51c234

Browse files
committed
Prepare 0.1.1 release
1 parent 1e798e8 commit f51c234

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
## 0.1.1 - Unreleased
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
23

3-
### Added
4-
- Added a runnable `example/main.dart` showcasing router setup and matching.
4+
## [0.1.1] - 2026-02-04
55

6-
## 0.1.0 - 2026-02-04
6+
### Features
7+
- Add a runnable `example/main.dart` showcasing router setup and matching.
78

8-
### Added
9+
## [0.1.0] - 2026-02-04
10+
11+
### Features
912
- Rebranded as Roux with refreshed documentation and examples.
1013
- Function-based routing API (createRouter, addRoute, findRoute, findAllRoutes, removeRoute, routeToRegExp).
1114
- Comprehensive test suite for routing operations.
1215
- Benchmarks for route matching.
1316

14-
### Changed
17+
### Documentation
1518
- README redesigned with clearer installation and usage guidance.
19+
20+
### Continuous Integration
1621
- GitHub Actions workflow updated for testing.
22+
23+
### Chore
1724
- Project versioning, dependencies, and build configuration updated.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: roux
22
description: >-
33
A lightweight, fast, functional router for Dart with static, parameterized, and
44
wildcard route matching.
5-
version: 0.1.0
5+
version: 0.1.1
66
repository: https://github.com/medz/roux
77

88
funding:

0 commit comments

Comments
 (0)