From b5f8d06f9a1149b10ff97bfde1ef65fb4f65a966 Mon Sep 17 00:00:00 2001 From: lread Date: Mon, 18 Nov 2024 08:05:06 -0500 Subject: [PATCH] publish: apply version 1.1.49 --- CHANGELOG.adoc | 4 ++++ deps.edn | 2 +- doc/01-user-guide.adoc | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 154cdfb..3043c0d 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -24,6 +24,8 @@ A release with known breaking changes is marked with: // (adjust these in publish.clj as you see fit) === Unreleased +=== v1.1.49 - 2024-11-18 [[v1.1.49]] + * Fix parsing of `b//` symbol {issue}323[#323] ({borkdude}) * bump `org.clojure/tools.reader` to version `1.5.0` @@ -31,6 +33,8 @@ A release with known breaking changes is marked with: * `sexpr` now better matches clojure `read-string` for `~`, `@` and `~@` {issue}305[#305] ({person}frenchy64[@frenchy64]) +https://github.com/clj-commons/rewrite-clj/compare/v1.1.48\...v1.1.49[commit log] + === v1.1.48 - 2024-08-15 [[v1.1.48]] * bump `org.clojure/tools.reader` to version `1.4.2` diff --git a/deps.edn b/deps.edn index 0edade1..15eb076 100644 --- a/deps.edn +++ b/deps.edn @@ -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.48" ;; describes last release and is template for next release + :neil {:project {:version "1.1.49" ;; 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}} diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc index 772bcb2..e4001ad 100644 --- a/doc/01-user-guide.adoc +++ b/doc/01-user-guide.adoc @@ -5,7 +5,7 @@ :toclevels: 5 :toc: // DO NOT EDIT: the lib-version parameter is automatically updated by bb publish -:lib-version: 1.1.48 +:lib-version: 1.1.49 == 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.