Skip to content

Commit 7807955

Browse files
committed
Bump minor version.
1 parent 26d19bc commit 7807955

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

lib/rubocop/socketry/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module RuboCop
77
module Socketry
8-
VERSION = "0.0.0"
8+
VERSION = "0.1.0"
99
end
1010
end

readme.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ RuboCop rules for Socketry projects.
1010

1111
## Usage
1212

13-
Add this to your `.rubocop.yml`:
14-
15-
``` yaml
16-
plugins:
17-
- rubocop-socketry
18-
```
13+
Please see the [project documentation](https://socketry.github.io/rubocop-socketry/) for more details.
1914

2015
## Available Cops
2116

@@ -30,7 +25,11 @@ Layout/ConsistentBlankLineIndentation:
3025
3126
## Releases
3227
33-
There are no documented releases.
28+
Please see the [project releases](https://socketry.github.io/rubocop-socketry/releases/index) for all releases.
29+
30+
### v0.1.0
31+
32+
- Initial implementaiton of `Layout/ConsistentBlankLineIndentation`.
3433

3534
## Contributing
3635

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.1.0
44

55
- Initial implementaiton of `Layout/ConsistentBlankLineIndentation`.

0 commit comments

Comments
 (0)