Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Mar 27, 2021
1 parent cf7e2fb commit 3c5d9d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
## 3.0.0-nullsafety.1 - 2021-03-24
## 3.0.0 - 2021-03-27
### Changed
- Refactoring
- Null safety ready


## 3.0.0-nullsafety.1 - 2021-03-24
### Added
- Some badges
- Large string example
- `multilineStream` generator


## 3.0.0-nullsafety.0 - 2021-02-19
## 3.0.0-nullsafety.0 - 2021-02-19
### Changed
- Non nullable ready

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: multiline
description: >
Provides convenient access to multiline String records with method extensions.
version: 3.0.0-nullsafety.1
version: 3.0.0
repository: https://github.com/PlugFox/multiline/tree/master
issue_tracker: https://github.com/PlugFox/multiline/issues
homepage: https://github.com/PlugFox/multiline
Expand All @@ -11,7 +11,7 @@ homepage: https://github.com/PlugFox/multiline
#publish_to: 'none'

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dev_dependencies:
coverage: ^0.14.2
Expand Down

0 comments on commit 3c5d9d2

Please sign in to comment.