Skip to content

Commit

Permalink
Prepare to relese v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard-chin committed Nov 25, 2019
1 parent 2fd18d5 commit f738d32
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2019-11-25
### Fixed
- Fixed crash with badly formated TODO(on:) (i.e. `TODO(on: 'blabla'))

### Added
- Added the `on: gem_bump` event which will remind you when a gem inside your
Gemfile.lock snapshot gets updated to a specific version.

```ruby
# TODO(on: gem_bump('rails', '6.1'), to: '...')
```

## [1.1.0] - 2019-09-06
### Fixed
- Fixed the SmartTodo cop to add an offense in case a SmartTodo has a wrong event.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
smart_todo (1.1.0)
smart_todo (1.2.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/smart_todo/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SmartTodo
VERSION = "1.1.0"
VERSION = "1.2.0"
end

0 comments on commit f738d32

Please sign in to comment.