Skip to content

Commit 5d0976c

Browse files
committed
v3.1.0
1 parent 9cbf4e1 commit 5d0976c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.1.0
2+
- Deprecated all IO operations.
3+
- Please refer to the tests to see examples on manually performing IO.
4+
5+
16
## 3.0.0
27
- **BREAKING** Relocated all IO operations on Session and Inspector to SessionIO.
38
- Migrate Session.from_file to SessionIO.sessionFromFile.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: traindown
22
description: A language to help athletes express their training. Inspired by Markdown.
33
homepage: https://www.traindown.com/
4-
version: 3.0.0
4+
version: 3.1.0
55
environment:
66
sdk: ">=2.12.0 <3.0.0"
77
dependencies:

0 commit comments

Comments
 (0)