Skip to content

Commit 1fbbb41

Browse files
committed
Merge branch 'chrishunt/add-changelog'
* chrishunt/add-changelog: Add Changelog to README Add CHANGELOG.md
2 parents 0db465d + 2ff27ac commit 1fbbb41

2 files changed

Lines changed: 78 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# Changelog
2+
3+
##v1.0.0
4+
*2013-05-18*
5+
6+
[\[2 commits\]](https://github.com/chrishunt/github-auth/compare/v0.6.1...v1.0.0)
7+
8+
Nobody is complaining about bugs, so we're ready to call it **v1.0.0**
9+
10+
##v0.6.1
11+
*2013-05-10*
12+
13+
[\[7 commits\]](https://github.com/chrishunt/github-auth/compare/v0.6.0...v0.6.1)
14+
15+
- Add License information to README
16+
17+
##v0.6.0
18+
*2013-05-09*
19+
20+
[\[6 commits\]](https://github.com/chrishunt/github-auth/compare/v0.5.0...v0.6.0)
21+
22+
- Only insert blank line if inserting a key
23+
- Don't leave blank lines when writing keys
24+
25+
##v0.5.0
26+
*2013-05-08*
27+
28+
[\[13 commits\]](https://github.com/chrishunt/github-auth/compare/v0.4.1...v0.5.0)
29+
30+
- Remove line break as well when deleting keys
31+
- Enforce Ruby 1.9 hash syntax with Cane
32+
- Move contributing instructions to separate doc
33+
34+
##v0.4.1
35+
*2013-04-28*
36+
37+
[\[15 commits\]](https://github.com/chrishunt/github-auth/compare/v0.4.0...v0.4.1)
38+
39+
- Check code quality by default when running specs
40+
- Add cane as development dependency
41+
42+
##v0.4.0
43+
*2013-04-25*
44+
45+
[\[3 commits\]](https://github.com/chrishunt/github-auth/compare/v0.3.0...v0.4.0)
46+
47+
- Add `--version` option to command line client
48+
49+
##v0.3.0
50+
*2013-04-25*
51+
52+
[\[5 commits\]](https://github.com/chrishunt/github-auth/compare/v0.2.0...v0.3.0)
53+
54+
- Send github-auth user agent to GitHub when making requests
55+
56+
##v0.2.0
57+
*2013-04-22*
58+
59+
[\[8 commits\]](https://github.com/chrishunt/github-auth/compare/v0.1.1...v0.2.0)
60+
61+
- Correctly remove keys with comments in keys file
62+
63+
##v0.1.1
64+
*2013-04-15*
65+
66+
[\[6 commits\]](https://github.com/chrishunt/github-auth/compare/v0.1.0...v0.1.1)
67+
68+
- Adjustments to README
69+
70+
##v0.1.0
71+
*2013-04-15*
72+
73+
Initial release

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Removing 2 key(s) from '/Users/chris/.ssh/authorized_keys'
6262
- [It's still not working!](#its-still-not-working-)
6363
- [I can't enable port forwarding](#i-cant-enable-port-forwarding-my-boss-wont-let-me-can-i-still-pair)
6464
1. [Contributing](#contributing)
65+
1. [Changelog](#changelog)
6566
1. [License](#license)
6667

6768
## Usage
@@ -222,6 +223,10 @@ If this isn't possible, then you can use a VPS provider like
222223
Please see the [Contributing
223224
Document](https://github.com/chrishunt/github-auth/blob/master/CONTRIBUTING.md)
224225

226+
## Changelog
227+
Please see the [Changelog
228+
Document](https://github.com/chrishunt/github-auth/blob/chrishunt/master/CHANGELOG.md)
229+
225230
## License
226231
Copyright (C) 2013 Chris Hunt, [MIT
227232
License](https://github.com/chrishunt/github-auth/blob/master/LICENSE.txt)

0 commit comments

Comments
 (0)