From 1e22bce611c25aee867af217305aab08706de463 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Sun, 4 Jun 2023 17:08:50 +0200 Subject: [PATCH] docs(changelog): prepare 5.0.0 release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7a0f7..f473fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v5.0.0] - 2023-06-04 ### Added - Ability to run `luarocks test` with Neovim as an interpreter. + POTENIALLY BREAKING: Packages that have [busted](https://lunarmodules.github.io/busted/#usage) + tests will fail to release if the test suite fails. ## [v4.0.1] - 2023-03-29 ### Changed