Skip to content

Commit

Permalink
Release version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
just95 committed Dec 7, 2023
1 parent 46ea002 commit f5e6e5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.15.0

- Dart 3.2 is now required.
- Upgraded dependencies.

## 0.14.0

- Dart 2.18 is now required.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To get started add `toml` as a dependency to your `pubspec.yaml` and run the

```yaml
dependencies:
toml: "^0.14.0"
toml: "^0.15.0"
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: toml
version: 0.14.0
version: 0.15.0
description: Parser and encoder for TOML v1.0.0 (Tom's Obvious, Minimal Language) configuration files.
repository: https://github.com/just95/toml.dart
environment:
Expand Down

0 comments on commit f5e6e5f

Please sign in to comment.