Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Mar 13, 2021
1 parent e83b5d8 commit 58b46e7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.adoc
@@ -1,6 +1,26 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of http://keepachangelog.com/[keepachangelog.com].

== Unreleased (dev)
// {{{
=== Added

* https://github.com/liquidz/antq/issues/60[#60]: Added support for detecting version on 3rd-party GitHub Actions.
** Supports following 3rd-party actions for now.
*** https://github.com/DeLaGuardo/setup-clojure[DeLaGuardo/setup-clojure]
*** https://github.com/DeLaGuardo/setup-graalvm[DeLaGuardo/setup-graalvm]
*** https://github.com/DeLaGuardo/setup-clj-kondo[DeLaGuardo/setup-clj-kondo]
*** https://github.com/0918nobita/setup-cljstyle[0918nobita/setup-cljstyle]
* https://github.com/liquidz/antq/issues/63[#63]: Added support for detecting dependencies which has unverified group name.
** Supports following group names for now.
*** `antq/antq` -> `com.github.liquidz/antq`
*** `seancorfield/next.jdbc` -> `com.github.seancorfield/next.jdbc`

=== Changed

* Changed group name on clojars.org from `antq` to `com.github.liquidz/antq`.
** `antq/antq` will be deployed for a while.
** c.f. https://github.com/clojars/clojars-web/wiki/Verified-Group-Names[Clojars Verified Group Names policy]
// }}}

== 0.11.2 (2021-02-28)

Expand Down

0 comments on commit 58b46e7

Please sign in to comment.