Skip to content

Commit

Permalink
Merge branch 'chore'
Browse files Browse the repository at this point in the history
  • Loading branch information
kana committed Jan 11, 2022
2 parents dfa2724 + c105da7 commit 4f459ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [Unreleased](https://github.com/kana/vim-flavor/compare/v4.0.0...master)
## [Unreleased](https://github.com/kana/vim-flavor/compare/v4.0.2...master)




## [4.0.2](https://github.com/kana/vim-flavor/compare/v4.0.1...v4.0.2) - 2022-01-11

### Fixed

* Remove deprecated usage of `.exists?` style methods ([#66](https://github.com/kana/vim-flavor/pull/66))



Expand All @@ -25,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This is a breaking change if you installed Vim plugins with vim-flavor v4.0.0
or older. You'll see the following error in that case:

fatal: remote error:
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.

There are two ways to fix this errors:
Expand Down
2 changes: 1 addition & 1 deletion lib/vim-flavor/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Vim
module Flavor
VERSION = '4.0.1'
VERSION = '4.0.2'

class Version
def self.create(arg)
Expand Down

0 comments on commit 4f459ea

Please sign in to comment.