From 04ea808433279b5bc61b4252bbf53472acd9d2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lafortune?= Date: Wed, 13 Nov 2024 18:07:18 +0100 Subject: [PATCH] Cut 1.36.1 --- CHANGELOG.md | 2 ++ docs/antora.yml | 2 +- lib/rubocop/ast/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71ba1dca..69bc450aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 1.36.1 (2024-11-13) + ### Bug fixes * [#339](https://github.com/rubocop/rubocop-ast/pull/339): Do not emit a deprecation warning for `EnsureNode#body` to give RuboCop a chance to update its usage. `EnsureNode#body` will still be changed in the next major version of `rubocop-ast`. ([@earlopain][]) diff --git a/docs/antora.yml b/docs/antora.yml index 6c5a3e120..62485a3dd 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: rubocop-ast title: RuboCop AST -version: master +version: '1.36' nav: - modules/ROOT/nav.adoc diff --git a/lib/rubocop/ast/version.rb b/lib/rubocop/ast/version.rb index 99a103f1f..0ddce8617 100644 --- a/lib/rubocop/ast/version.rb +++ b/lib/rubocop/ast/version.rb @@ -3,7 +3,7 @@ module RuboCop module AST module Version - STRING = '1.36.0' + STRING = '1.36.1' end end end