Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Mar 3, 2021
1 parent 530b190 commit a33018e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## unreleased changes
## 1.0.0

* Relax multi-line block rules, moving away from enforcing semantic blocks to
instead allowing code to adhere to whatever multi-line format the author deems
Expand Down
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standard (0.13.0)
standard (1.0.0)
rubocop (= 1.10.0)
rubocop-performance (= 1.9.2)

Expand Down Expand Up @@ -58,3 +58,6 @@ DEPENDENCIES
rake (~> 13.0)
simplecov
standard!

BUNDLED WITH
2.2.3
2 changes: 1 addition & 1 deletion lib/standard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new("0.13.0")
VERSION = Gem::Version.new("1.0.0")
end

0 comments on commit a33018e

Please sign in to comment.