Skip to content

Commit 421b4d6

Browse files
committed
release: 0.1.0
1 parent 3bec0f3 commit 421b4d6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.0
2+
3+
- `get<T>(BuildContext)` -> `get<T>()`, removing the need to pass `BuildContext` to `get` method.
4+
- README updates to update documentation.
5+
16
## 0.0.7
27

38
- README updates. Specifically, adds link to blog post with more information on the package.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_Simple, Reactive, Scalable, & Opinionated **State Management Library**_
66

7-
[How to Use Full Example](#how-to-use)[API Docs](#full-api-)[Simple Weather App Using Trent](https://github.com/mattrltrent/trent/tree/main/example)[Blog Post With More Info/Examples](https://matthewtrent.me/articles/trent)
7+
[How to Use Full Example](#how-to-use)[API Docs](#full-api-)[Simple Weather App Using Trent](https://github.com/mattrltrent/trent/tree/main/example)[Blog Post With More Info/Examples (written for v0.0.7)](https://matthewtrent.me/articles/trent)
88

99
[![codecov](https://codecov.io/github/mattrltrent/trent/graph/badge.svg?token=VJN63BHZ95)](https://codecov.io/github/mattrltrent/trent) [![unit tests](https://github.com/mattrltrent/trent/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/mattrltrent/trent/actions/workflows/unit_tests.yml)
1010

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: trent
22
description: A Flutter package for simple, scalable, and reactive state management with built-in dependency injection and efficient stream-based state handling.
3-
version: 0.0.7
3+
version: 0.1.0
44

55
homepage: https://matthewtrent.me
66
repository: https://github.com/mattrltrent/trent

0 commit comments

Comments
 (0)