Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ykmnkmi committed Feb 21, 2024
1 parent c037057 commit 8d5b168
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
pull_request:
schedule:
- cron: "0 0 * * 0"

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0-dev
## 2.0.0

- Minimal SDK version: 3.0.0.
- Refactoring.
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: textwrap
version: 2.0.0-dev
version: 2.0.0
description: Text wrapping and filling. It's a pure port of textwrap from Python.
repository: https://github.com/ykmnkmi/textwrap.dart
funding:
Expand All @@ -9,8 +9,8 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
meta: ^1.9.0
meta: ^1.12.0

dev_dependencies:
lints: ^2.1.0
test: ^1.24.0
lints: ^3.0.0
test: ^1.25.2

0 comments on commit 8d5b168

Please sign in to comment.