diff --git a/CHANGELOG.md b/CHANGELOG.md index f01bb8a..d196e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ - [#516][] Add Jira Issue tracker ([@xenji][]) - [#512][] Add capabilities to configure the use of sendmail to send email from Errbit ([@shingara][]) +- [#532][] Use https link in Gravatar if you use errbit on https + ([@jeroenj][]) ### Bug Fixes @@ -84,6 +86,7 @@ [#516]: https://github.com/errbit/errbit/issues/516 [#517]: https://github.com/errbit/errbit/issues/517 [#524]: https://github.com/errbit/errbit/issues/524 +[#532]: https://github.com/errbit/errbit/issues/532 @@ -92,9 +95,11 @@ [@adamjt]: https://github.com/adamjt [@aliscott]: http://github.com/aliscott [@alvarobp]: https://github.com/alvarobp +[@arthurnn]: https://github.com/arthurnn [@boblail]: https://github.com/boblail [@chadcf]: https://github.com/chadcf [@ivanyv]: https://github.com/ivanyv +[@jeroenj]: https://github.com/jeroenj [@manuelmeurer]: https://github.com/manuelmeurer [@mildavw]: https://github.com/mildavw [@mildavw]: https://github.com/mildavw @@ -106,3 +111,4 @@ [@tamaloa]: https://github.com/tamaloa [@tvdeyen]: https://github.com/tvdeyen [@xenji]: https://github.com/xenji + diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..d629f4e --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,51 @@ +## 0.2.0 - Not Released Yet + +- [@Gonzih][] +- [@aliscott][] +- [@arthurnn][] +- [@boblail][] +- [@jeroenj][] +- [@mildavw][] +- [@nfedyashev][] +- [@parallel588][] +- [@roryf][] +- [@shingara][] +- [@xenji][] + +## 0.1.0 - 2013-05-29 + +- [@manuelmeurer][] +- [@mildavw][] +- [@chadcf][] +- [@shingara][] +- [@tvdeyen][] +- [@adamjt][] +- [@alvarobp][] +- [@SamSaffron][] +- [@sdepold][] +- [@tamaloa][] +- [@ivanyv][] + + + +[@Gonzih]: https://github.com/Gonzih +[@SamSaffron]: https://github.com/SamSaffron +[@adamjt]: https://github.com/adamjt +[@aliscott]: http://github.com/aliscott +[@alvarobp]: https://github.com/alvarobp +[@arthurnn]: https://github.com/arthurnn +[@boblail]: https://github.com/boblail +[@chadcf]: https://github.com/chadcf +[@ivanyv]: https://github.com/ivanyv +[@jeroenj]: https://github.com/jeroenj +[@manuelmeurer]: https://github.com/manuelmeurer +[@mildavw]: https://github.com/mildavw +[@mildavw]: https://github.com/mildavw +[@nfedyashev]: https://github.com/nfedyashev +[@parallel588]: https://github.com/parallel588 +[@roryf]: https://github.com/roryf +[@sdepold]: https://github.com/sdepold +[@shingara]: https://github.com/shingara +[@tamaloa]: https://github.com/tamaloa +[@tvdeyen]: https://github.com/tvdeyen +[@xenji]: https://github.com/xenji diff --git a/README.md b/README.md index 9ee0fa1..c4ad7a6 100644 --- a/README.md +++ b/README.md @@ -508,10 +508,11 @@ Special Thanks * [Nathan Broadbent (@ndbroadbent)](https://github.com/ndbroadbent) - Maintaining Errbit and contributing many features * [Vasiliy Ermolovich (@nashby)](https://github.com/nashby) - Contributing and helping to resolve issues and pull requests * [Marcin Ciunelis (@martinciu)](https://github.com/martinciu) - Helping to improve Errbit's architecture +* [Cyril Mougel (@shingara)](https://github.com/shingara) - Maintaining Errbit and contributing many features * [Relevance](http://thinkrelevance.com) - For giving me Open-source Fridays to work on Errbit and all my awesome co-workers for giving feedback and inspiration. * [Thoughtbot](http://thoughtbot.com) - For being great open-source advocates and setting the bar with [Airbrake](http://airbrake.io). -See the [contributors graph](https://github.com/errbit/errbit/graphs/contributors) for further details. +See the [contributors graph](https://github.com/errbit/errbit/graphs/contributors) for further details. You can see another list of Contributors by release version on [CONTRIBUTORS.md] Contributing @@ -534,6 +535,7 @@ and make **optional** features configurable via `config/config.yml`. * Add tests for it. This is important so we don't break it in a future version unintentionally. * Commit, do not mess with Rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself we can ignore when we pull) * Send us a pull request. Bonus points for topic branches. +* Add you on the CONTRIBUTORS.md file on the current release Copyright -- libgit2 0.21.2