Skip to content

Commit abf188b

Browse files
committed
publish: apply version 1.1.48
1 parent 7f906fc commit abf188b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ A release with known breaking changes is marked with:
2424
// (adjust these in publish.clj as you see fit)
2525
=== Unreleased
2626

27+
=== v1.1.48 - 2024-08-15 [[v1.1.48]]
28+
2729
* bump `org.clojure/tools.reader` to version `1.4.2`
2830
({lread})
2931
* `sexpr` now 1) expands tag metadata to its long form 2) throws on invalid metadata
@@ -40,6 +42,8 @@ A release with known breaking changes is marked with:
4042
** Rewrite-clj can rewrite invalid escaped chars but will throw on `sexpr`
4143
{issue}295[#295] ({lread})
4244

45+
https://github.com/clj-commons/rewrite-clj/compare/v1.1.47\...v1.1.48[commit log]
46+
4347
=== v1.1.47 - 2023-03-25 [[v1.1.47]]
4448

4549
* Clojure string to rewrite-clj node coercion fixes

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
:aliases {;; we use babashka/neil for project attributes
77
;; publish workflow references these values (and automatically bumps patch component of version)
8-
:neil {:project {:version "1.1.47" ;; describes last release and is template for next release
8+
:neil {:project {:version "1.1.48" ;; describes last release and is template for next release
99
:name rewrite-clj/rewrite-clj
1010
;; not neilisms - could potentially conflict with new neilisms
1111
:github-coords clj-commons/rewrite-clj}}

doc/01-user-guide.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:toclevels: 5
66
:toc:
77
// DO NOT EDIT: the lib-version parameter is automatically updated by bb publish
8-
:lib-version: 1.1.47
8+
:lib-version: 1.1.48
99

1010
== Introduction
1111
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.

0 commit comments

Comments
 (0)