Skip to content

Commit 183ed1b

Browse files
committed
0.1.1 release
1 parent 479f871 commit 183ed1b

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@
22

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

5-
## [unreleased] - unreleased
6-
7-
### Fixed
8-
9-
10-
### Added
11-
12-
13-
### Changed
14-
5+
## [0.1.1] - 2021-02-08
156

167
## [0.1.0] - 2019-12-13
178

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

corral.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
2-
"packages": ["appdirs"],
2+
"packages": [
3+
"appdirs"
4+
],
35
"deps": [],
46
"info": {
57
"description": "Library for getting platform-specific application directories e.g. directory for user-based config",
68
"homepage": "https://github.com/ponylang/appdirs",
79
"license": "BSD-2-Clause",
810
"documentation_url": "https://ponylang.github.io/appdirs/",
9-
"version": "0.1.0",
11+
"version": "0.1.1",
1012
"name": "appdirs"
1113
}
1214
}

0 commit comments

Comments
 (0)