File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
19Changes for 0.4.1:
210
311* Stop using the uri package.
Original file line number Diff line number Diff 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.
1313Synopsis : Access to the Github API, v3.
3636Homepage : 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
4141Category : Network APIs
4242
You can’t perform that action at this time.
0 commit comments