Skip to content

Commit 57ee0d6

Browse files
authored
chore: Bump version to 0.9.2 and update CHANGELOG.md (#262)
1 parent be3bf27 commit 57ee0d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.9.2
2+
3+
- feat: Expose `noOfIsolates` parameter on serve extension on `RelicApp` ([#260](https://github.com/serverpod/relic/pull/260))
4+
- feat: Add `injectAt` extension method on `Router<T>` ([#261](https://github.com/serverpod/relic/pull/261))
5+
- feat: Allow re-run of `RelicApp.run` after `close` ([#257](https://github.com/serverpod/relic/pull/257))
6+
17
## 0.9.1
28
- feat: Add async RelicServer.connectionsInfo() method ([#255](https://github.com/serverpod/relic/pull/255))
39
- Adds a `connectionsInfo()` method to `RelicServer` that returns the

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: relic
22
description: A lightweight and flexible web server inspired by Shelf for building APIs and backend services.
3-
version: 0.9.1
3+
version: 0.9.2
44
repository: https://github.com/serverpod/relic
55

66
environment:

0 commit comments

Comments
 (0)