Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 12, 2024
1 parent 4ba1985 commit 2be969d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
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)

== 0.11.257 (2024-04-12)
// {{{
=== Changed
* https://github.com/liquidz/build.edn/pull/33[#33]: Changed not to force a build.edn file.
Expand Down
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ build.edn make you buildable your libraries only preparing `build.edn` file for
[source,clojure]
----
{:aliases
{:build {:deps {com.github.liquidz/build.edn {:mvn/version "0.11.241"}}
{:build {:deps {com.github.liquidz/build.edn {:mvn/version "0.11.257"}}
;; You could also specify a git tag and sha
;; :git/tag "0.11.241" :git/sha "277bf6e"
;; :git/tag "0.11.257" :git/sha "4ba1985"
:ns-default build-edn.main}}}
----

Expand Down Expand Up @@ -72,7 +72,7 @@ So if you want to tune the build process a bit more, you can use `build-edn.core
[source,clojure]
----
{:aliases
{:build {:deps {com.github.liquidz/build.edn {:mvn/version "0.11.241"}}
{:build {:deps {com.github.liquidz/build.edn {:mvn/version "0.11.257"}}
:ns-default build}}}
----
* build.clj
Expand Down

0 comments on commit 2be969d

Please sign in to comment.