Skip to content

Commit 92ce459

Browse files
committed
Bump to 0.5.0
1 parent 1fb749a commit 92ce459

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Changes for 0.5.0:
2+
3+
* OAuth.
4+
* New function: `Github.Repos.organizationRepo`, to get the repo for a specific organization.
5+
* Introduce a new `newRepoAutoInit` flag to `NewRepo`, for whether to initialize a repo while creating it.
6+
* Relax the attoparsec version requirements.
7+
* The above by [John Wiegley](https://github.com/jwiegley).
8+
19
Changes for 0.4.1:
210

311
* Stop using the uri package.

github.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name: github
77
-- The package version. See the Haskell package versioning policy
88
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
99
-- standards guiding when and how versions should be incremented.
10-
Version: 0.4.1
10+
Version: 0.5.0
1111

1212
-- A short (one-line) description of the package.
1313
Synopsis: Access to the Github API, v3.
@@ -36,7 +36,7 @@ Maintainer: [email protected]
3636
Homepage: https://github.com/mike-burns/github
3737

3838
-- A copyright notice.
39-
Copyright: Copyright 2012 Mike Burns
39+
Copyright: Copyright 2012-2013 Mike Burns
4040

4141
Category: Network APIs
4242

0 commit comments

Comments
 (0)