Skip to content

Commit

Permalink
0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Feb 11, 2021
1 parent 9e85f6a commit 0cbe694
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
11 changes: 1 addition & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@

All notable changes to this library will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/).

## [unreleased] - unreleased

### Fixed


### Added


### Changed

## [0.2.1] - 2021-02-11

## [0.2.0] - 2020-05-10

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
10 changes: 8 additions & 2 deletions corral.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"packages": ["semver", "semver/range", "semver/solver", "semver/utils", "semver/version"],
"packages": [
"semver",
"semver/range",
"semver/solver",
"semver/utils",
"semver/version"
],
"deps": [],
"info": {
"description": "A semantic versioning library",
"homepage": "https://github.com/ponylang/semver",
"license": "BSD-2-Clause",
"documentation_url": "https://ponylang.github.io/semver",
"version": "0.2.0",
"version": "0.2.1",
"name": "semver"
}
}

0 comments on commit 0cbe694

Please sign in to comment.