Skip to content

Commit 6292a05

Browse files
authored
chore(dart_frog): v0.1.0 (#279)
1 parent d19de8c commit 6292a05

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

β€Žpackages/dart_frog/CHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.0
2+
3+
- chore: stable 0.1.0 release
4+
15
# 0.0.1-dev.12
26

37
- feat: expose `HttpConnectionInfo` on `Request`

β€Žpackages/dart_frog/README.mdβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ A fast, minimalistic backend framework for Dart 🎯
1111

1212
Developed with πŸ’™ by [Very Good Ventures][very_good_ventures_link] πŸ¦„
1313

14-
## Experimental 🚧
15-
16-
`dart_frog` is an experimental project under development and should not be used in production at this time.
17-
1814
## Quick Start πŸš€
1915

2016
### Prerequisites πŸ“

β€Žpackages/dart_frog/pubspec.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_frog
22
description: A fast, minimalistic backend framework for Dart built by Very Good Ventures.
3-
version: 0.0.1-dev.12
3+
version: 0.1.0
44
homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues

0 commit comments

Comments
Β (0)