Skip to content

Commit b5f8d06

Browse files
committed
publish: apply version 1.1.49
1 parent 3910e20 commit b5f8d06

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,13 +24,17 @@ 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.49 - 2024-11-18 [[v1.1.49]]
28+
2729
* Fix parsing of `b//` symbol
2830
{issue}323[#323] ({borkdude})
2931
* bump `org.clojure/tools.reader` to version `1.5.0`
3032
({lread})
3133
* `sexpr` now better matches clojure `read-string` for `~`, `@` and `~@`
3234
{issue}305[#305] ({person}frenchy64[@frenchy64])
3335

36+
https://github.com/clj-commons/rewrite-clj/compare/v1.1.48\...v1.1.49[commit log]
37+
3438
=== v1.1.48 - 2024-08-15 [[v1.1.48]]
3539

3640
* bump `org.clojure/tools.reader` to version `1.4.2`

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