Skip to content

Commit fd2a182

Browse files
committed
publish: apply version 1.2.50
1 parent 526ba14 commit fd2a182

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
@@ -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.2.50 - 2025-05-17 [[v1.2.50]]
28+
2729
* `rewrite-clj.zip/insert-right` and `rewrite-clj.zip/append-child` no longer insert a space when inserting/appending after a comment node.
2830
{issue}346[#346] ({lread})
2931
* bump `clojure/tools.reader` to correct `:end-col` metadata for keywords at end of content
@@ -76,6 +78,8 @@ A release with known breaking changes is marked with:
7678
** when `pos` is at closing `"`,`)` `]`, etc `kill-at-pos`, `kill-one-at-pos` now kill the found node
7779
{issue}362[#362] ({lread})
7880

81+
https://github.com/clj-commons/rewrite-clj/compare/v1.1.49\...v1.2.50[commit log]
82+
7983
=== v1.1.49 - 2024-11-18 [[v1.1.49]]
8084

8185
* Fix parsing of `b//` symbol

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.2.49" ;; describes last release and is template for next release
8+
:neil {:project {:version "1.2.50" ;; 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.49
8+
:lib-version: 1.2.50
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)