Skip to content

Commit

Permalink
chore: bump version to v0.4.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanlogue committed Sep 1, 2023
1 parent f4561a8 commit fde7763
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
needs: [ style, checks ]
if: startsWith(github.ref, 'refs/tags/')
steps:
Expand Down
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.3](https://github.com/stefanlogue/hydrate.nvim/releases/tag/v0.4.3) - 2023-09-01

## [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
Expand Down
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.2"
hydrate.VERSION = "0.4.3"

---Setup the plugin
---
Expand Down

0 comments on commit fde7763

Please sign in to comment.