Skip to content

Commit cefd55b

Browse files
committed
Bump 1.0.0
1 parent 1f31fc1 commit cefd55b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 1.0.0 (2020-12-24)
6+
57
- Drop Ruby 2.4 support and require RuboCop 1.0.
68

79
## 0.4.1 (2020-11-05)

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017-2019 Vladimir Dementyev
3+
Copyright (c) 2017-2021 Vladimir Dementyev
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/rubocop/markdown/version.rb

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

33
module RuboCop
44
module Markdown
5-
VERSION = "0.4.1"
5+
VERSION = "1.0.0"
66
end
77
end

0 commit comments

Comments
 (0)