Skip to content

Commit d0c611e

Browse files
committed
publish: apply version 1.1.47
1 parent bdb0f6b commit d0c611e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ A release with known breaking changes is marked with:
1919
// (adjust these in publish.clj as you see fit)
2020
=== Unreleased
2121

22+
=== v1.1.47 - 2023-03-25 [[v1.1.47]]
23+
2224
* Clojure string to rewrite-clj node coercion fixes
2325
https://github.com/clj-commons/rewrite-clj/issues/214[#214]
2426
(@borkdude/@lread collab)
@@ -35,6 +37,8 @@ c"
3537
Previously we were only handling `\"`.
3638
Strings like `"\\s+"` now handled and preserved.
3739

40+
https://github.com/clj-commons/rewrite-clj/compare/v1.1.46\...v1.1.47[commit log]
41+
3842
=== v1.1.46 - 2023-01-30 [[v.1.1.46]]
3943

4044
* added new `rewrite-clj.zip` functions `of-string*` and `of-file*`, these are versions of `of-string` and `of-file` that do no auto-navigation

deps.edn

Lines changed: 1 addition & 1 deletion
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.46" ;; describes last release and is template for next release
8+
:neil {:project {:version "1.1.47" ;; 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

Lines changed: 1 addition & 1 deletion
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.46
8+
:lib-version: 1.1.47
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)