Cut 1.4.1
Автор
Bozhidar Batsov

Коммитер
Bozhidar Batsov
4 года назад 
Файлов изменено: 6
+11–4
6fed9e2
.github/ISSUE_TEMPLATE/bug_report.md
+1–1
@@ -36,5 +36,5 @@ | ||
``` | ||
$ [bundle exec] rubocop -V | ||
1.4.0 (using Parser 2.7.2.0, rubocop-ast 1.1.1, running on ruby 2.7.2 x86_64-linux) | ||
1.4.1 (using Parser 2.7.2.0, rubocop-ast 1.1.1, running on ruby 2.7.2 x86_64-linux) | ||
``` |
CHANGELOG.md
+2–0
@@ -2,6 +2,8 @@ | ||
# master (unreleased) | ||
## 1.4.1 (2020-11-23) | ||
## Bug fixes | ||
* [#9082](https://github.com/rubocop-hq/rubocop/pull/9082): Fix gemspec to include assets directory. ([@javierav][]) |
CONTRIBUTING.md
+1–1
@@ -17,7 +17,7 @@ | ||
``` | ||
$ rubocop -V | ||
1.4.0 (using Parser 2.7.2.0, rubocop-ast 1.1.1, running on ruby 2.7.2 x86_64-linux) | ||
1.4.1 (using Parser 2.7.2.0, rubocop-ast 1.1.1, running on ruby 2.7.2 x86_64-linux) | ||
``` | ||
* Include any relevant code to the issue summary. |
docs/antora.yml
+1–1
@@ -2,6 +2,6 @@ | ||
title: RuboCop | ||
# We always provide version without patch here (e.g. 1.1), | ||
# as patch versions should not appear in the docs. | ||
version: 'master' | ||
version: '1.4' | ||
nav: | ||
- modules/ROOT/nav.adoc |
lib/rubocop/version.rb
+1–1
@@ -3,7 +3,7 @@ | ||
module RuboCop | ||
# This module holds the RuboCop version information. | ||
module Version | ||
STRING = '1.4.0' | ||
STRING = '1.4.1' | ||
MSG = '%<version>s (using Parser %<parser_version>s, '\ | ||
'rubocop-ast %<rubocop_ast_version>s, ' \ |
relnotes/v1.4.1.md
0 100644
+5–0
@@ -0,0 +1,5 @@ | ||
## Bug fixes | ||
* [#9082](https://github.com/rubocop-hq/rubocop/pull/9082): Fix gemspec to include assets directory. ([@javierav][]) | ||
[https://github.com/javierav | ]:
Cherry-pick
Команда cherry-pick позволяет выбрать отдельные коммиты из одной ветки и применить их к другой.