From f4561a86bdb49c5087e034df42f0b35459163902 Mon Sep 17 00:00:00 2001 From: Stefan Logue Date: Fri, 1 Sep 2023 16:23:35 +0100 Subject: [PATCH] chore: bump version to v0.4.2 for release --- CHANGELOG.md | 2 ++ dev-requirements.txt | 2 ++ lua/hydrate/init.lua | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 dev-requirements.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 14cd9c5..98793f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dev-requirements.txt b/dev-requirements.txt new file mode 100644 index 0000000..c386e50 --- /dev/null +++ b/dev-requirements.txt @@ -0,0 +1,2 @@ +# For parsing and comparing version numbers. +packaging diff --git a/lua/hydrate/init.lua b/lua/hydrate/init.lua index 3dbc30e..ee047e4 100644 --- a/lua/hydrate/init.lua +++ b/lua/hydrate/init.lua @@ -2,7 +2,7 @@ local config = require "hydrate.config" local hydrate = {} -hydrate.VERSION = "0.4.1" +hydrate.VERSION = "0.4.2" ---Setup the plugin ---