Skip to content

Commit

Permalink
Version 1.0.0 is prepared for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-sintotski committed Nov 24, 2019
1 parent c71333b commit 6f51f60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.0.1] - TODO: Add release date.
## [1.0.0] - 2019-11-24

* TODO: Describe initial release.
* PubspecLock is a data type representing data stored in pubspec.lock files.
* Provides parser of pubspec.lock YAML string
* Provides formatter to pubspec.lock YAML string
* https://pub.dev/packages/functional_data is used to provide data type facilities
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: pubspec_lock
description: Dart library to access content of pubpec.lock files
version: 0.0.1
author: Alexei Sintotski
homepage:
description: Dart library to access and manipulate content of pubpec.lock files
version: 1.0.0
author: Alexei Sintotski <alexei.sintotski@gmail.com>
homepage: https://github.com/alexei-sintotski/pubspec_lock

environment:
sdk: ">=2.5.0 <3.0.0"
Expand Down

0 comments on commit 6f51f60

Please sign in to comment.