Skip to content

Commit

Permalink
publish: apply version 1.1.49
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Nov 18, 2024
1 parent 3910e20 commit b5f8d06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@ A release with known breaking changes is marked with:
// (adjust these in publish.clj as you see fit)
=== Unreleased

=== v1.1.49 - 2024-11-18 [[v1.1.49]]

* Fix parsing of `b//` symbol
{issue}323[#323] ({borkdude})
* bump `org.clojure/tools.reader` to version `1.5.0`
({lread})
* `sexpr` now better matches clojure `read-string` for `~`, `@` and `~@`
{issue}305[#305] ({person}frenchy64[@frenchy64])

https://github.com/clj-commons/rewrite-clj/compare/v1.1.48\...v1.1.49[commit log]

=== v1.1.48 - 2024-08-15 [[v1.1.48]]

* bump `org.clojure/tools.reader` to version `1.4.2`
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

:aliases {;; we use babashka/neil for project attributes
;; publish workflow references these values (and automatically bumps patch component of version)
:neil {:project {:version "1.1.48" ;; describes last release and is template for next release
:neil {:project {:version "1.1.49" ;; describes last release and is template for next release
:name rewrite-clj/rewrite-clj
;; not neilisms - could potentially conflict with new neilisms
:github-coords clj-commons/rewrite-clj}}
Expand Down
2 changes: 1 addition & 1 deletion doc/01-user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:toclevels: 5
:toc:
// DO NOT EDIT: the lib-version parameter is automatically updated by bb publish
:lib-version: 1.1.48
:lib-version: 1.1.49

== Introduction
Rewrite-clj is a library that can read, update and write Clojure, ClojureScript and https://github.com/edn-format/edn[EDN] source code while preserving whitespace and comments.
Expand Down

0 comments on commit b5f8d06

Please sign in to comment.