Skip to content

Commit

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

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

* Clojure string to rewrite-clj node coercion fixes
https://github.com/clj-commons/rewrite-clj/issues/214[#214]
(@borkdude/@lread collab)
Expand All @@ -35,6 +37,8 @@ c"
Previously we were only handling `\"`.
Strings like `"\\s+"` now handled and preserved.

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

=== v1.1.46 - 2023-01-30 [[v.1.1.46]]

* 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
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.46" ;; describes last release and is template for next release
:neil {:project {:version "1.1.47" ;; 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.46
:lib-version: 1.1.47

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

Please sign in to comment.