Skip to content

Commit

Permalink
chore: bump version to v0.4.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanlogue committed Sep 1, 2023
1 parent 90373fe commit f4561a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v0.4.2](https://github.com/stefanlogue/hydrate.nvim/releases/tag/v0.4.2) - 2023-09-01

## [v0.4.1](https://github.com/stefanlogue/hydrate.nvim/releases/tag/v0.4.1) - 2023-09-01
- fix style and linting

Expand Down
2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# For parsing and comparing version numbers.
packaging
2 changes: 1 addition & 1 deletion lua/hydrate/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local config = require "hydrate.config"

local hydrate = {}

hydrate.VERSION = "0.4.1"
hydrate.VERSION = "0.4.2"

---Setup the plugin
---
Expand Down

0 comments on commit f4561a8

Please sign in to comment.