diff --git a/CHANGES b/CHANGES index 5a6a281..fb7a7cb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +2.2.0: +* Fix the github markdown syntax generated by opam-publish [#131 @liyishuai] +* Disambiguate GitHub archive URL computed from repository and tag [#135 @ilankri] +* Upgrade to cmdliner >= 1.1.0 [#134 @ilankri] +* Support git remotes with multiple push targets [#137 @favonia] +* Fix broken state if the initial opam-repository clone fails [#140 @kit-ty-kate - fix #86] +* Shorten the generated branch name [#141 @kit-ty-kate - fix #139] + 2.1.0: * Added an '--output-patch' option to allow use without a Github account * Use the latest opam libraries (2.1.0~rc) with better format-preserving printing diff --git a/opam-publish.opam b/opam-publish.opam index bfe7193..9f202a3 100644 --- a/opam-publish.opam +++ b/opam-publish.opam @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "2.1.0" +version: "2.2.0" maintainer: "Louis Gesbert " authors: [ "Louis Gesbert "