diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-10-16 08:34:33 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-10-16 08:34:33 +0200 |
commit | 117f7f584ed58f0f36b3cf6cb3a8d2a256c4aae4 (patch) | |
tree | b9ed763b184386f5a50ca30e87fb6f324c214c23 | |
parent | 673dc3636e5ab6846c88cb4dac71f0690b02494d (diff) | |
download | gitlab-117f7f584ed58f0f36b3cf6cb3a8d2a256c4aae4.tar.gz |
prepare the 0.16 release
-rw-r--r-- | AUTHORS | 5 | ||||
-rw-r--r-- | ChangeLog | 16 |
2 files changed, 21 insertions, 0 deletions
@@ -36,3 +36,8 @@ Peter Mosmans <support@go-forward.net> Stefan K. Dunkler <stefan.dun@gmail.com> Missionrulz <missionrulz@gmail.com> Rafael Eyng <rafaeleyng@gmail.com> +Armin Weihbold <armin.weihbold@gmail.com> +derek-austin <derek.austin35@mailinator.com> +Jonathon Reinhart <Jonathon.Reinhart@gmail.com> +Michal Galet <michal.galet@gmail.com> +Will Starms <vilhelmen@gmail.com> @@ -1,3 +1,19 @@ +Version 0.16 + + * Add the ability to fork to a specific namespace + * JIRA service - add api_url to optional attributes + * Fix bug: Missing coma concatenates array values + * docs: branch protection notes + * Create a project in a group + * Add only_allow_merge_if_build_succeeds option to project objects + * Add support for --all in CLI + * Fix examples for file modification + * Use the plural merge_requests URL everywhere + * Rework travis and tox setup + * Workaround gitlab setup failure in tests + * Add ProjectBuild.erase() + * Implement ProjectBuild.play() + Version 0.15.1 * docs: improve the pagination section |