-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## v1.0.0 / 2015-06-02 | ||
|
||
* Add `site.github.releases`, an array of your repo's releases. (#9) | ||
* Don't overwrite `site.github` if it's already set. Merge if it's a hash | ||
and just leave along if it's non-nil something else. (#15) | ||
* Fall back to Octokit values to be more compatible with the GitHub ecosystem (#10) | ||
* Fix bug where nil, true, false, and hashes were stringified by JSON (#11) | ||
* Add test site to as an integration test (#11) | ||
* Upgrade to Octokit v4.x (#10) | ||
|
||
## v0.1.0 / 2014-09-19 | ||
|
||
* Birthday! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Jekyll | ||
module GitHubMetadata | ||
VERSION = '0.1.0' | ||
VERSION = '1.0.0' | ||
end | ||
end |