Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Update version to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
petitJAM authored and barbosa committed Apr 19, 2022
1 parent 6b320fc commit 447b63c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.10

- Fix `filtering_lines` parameter to also apply to when `inline_mode` is `false` ([@petitJAM](https://github.com/petitJAM))

# 0.0.9
- Add `filtering_lines` parameter, to show lint issues only on modified lines ([@ShivamPokhriyal](https://github.com/ShivamPokhriyal))

Expand Down
2 changes: 1 addition & 1 deletion lib/android_lint/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AndroidLint
VERSION = "0.0.9".freeze
VERSION = "0.0.10".freeze
end

0 comments on commit 447b63c

Please sign in to comment.