Skip to content

Commit

Permalink
fix markdown error, other changes, see changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Mar 12, 2019
1 parent 733c3e8 commit 076436b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [v2.0.2] - 2019-03-12
- added META6.json intructions to CONTRIBUTING.md
- fixed markdown formatting in README.md

## [v2.0.1] - 2019-02-27
- added missing names to META6.json

Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "2.0.1",
"version" : "2.0.2",
"auth" : "github:tbrowder",
"author" : "github:tbrowder",
"authors" : [
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ features compred to Version 1:

- added class **Date::Names** for primary data access


```
SYNOPSIS
========

Expand Down
3 changes: 3 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ To contribute a new language, do the following:

+ Add your new language code to @Date::Names::langs (in its place by alphabetical order).

+ Add your new language as a new line in the META6.json in the "provides" array. Watch comma
placement, and ensure the META6.json test works: perl6 -Ilib t/*meta*t.

+ Submit a pull request with your changes.

0 comments on commit 076436b

Please sign in to comment.