Skip to content

Commit

Permalink
Release 💎 v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jul 2, 2015
1 parent e43150b commit 44f5407
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.markdown
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!
2 changes: 1 addition & 1 deletion lib/jekyll-github-metadata/version.rb
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

0 comments on commit 44f5407

Please sign in to comment.