Skip to content

Commit

Permalink
publish: apply version 1.1.48
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Aug 15, 2024
1 parent 7f906fc commit abf188b
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,6 +24,8 @@ A release with known breaking changes is marked with:
// (adjust these in publish.clj as you see fit)
=== Unreleased

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

* bump `org.clojure/tools.reader` to version `1.4.2`
({lread})
* `sexpr` now 1) expands tag metadata to its long form 2) throws on invalid metadata
Expand All @@ -40,6 +42,8 @@ A release with known breaking changes is marked with:
** Rewrite-clj can rewrite invalid escaped chars but will throw on `sexpr`
{issue}295[#295] ({lread})

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

=== v1.1.47 - 2023-03-25 [[v1.1.47]]

* Clojure string to rewrite-clj node coercion fixes
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.47" ;; describes last release and is template for next release
:neil {:project {:version "1.1.48" ;; 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.47
:lib-version: 1.1.48

== 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 abf188b

Please # to comment.