Skip to content

Commit

Permalink
Cut 1.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Nov 13, 2024
1 parent d0f02c5 commit 04ea808
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][])
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rubocop-ast
title: RuboCop AST
version: master
version: '1.36'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion lib/rubocop/ast/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module RuboCop
module AST
module Version
STRING = '1.36.0'
STRING = '1.36.1'
end
end
end

0 comments on commit 04ea808

Please sign in to comment.