generated from ellisonleao/nvim-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from S1M0N38/release-please--branches--main
chore(main): release 1.0.0
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
|
||
## [1.0.0](https://github.com/S1M0N38/base.nvim/compare/v0.1.1...v1.0.0) (2024-09-15) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* add base command and remove my_awesome_plugin command | ||
* add GitHub Actions workflow for running tests with nvim-busted-action | ||
* migrate plugin to new base structure | ||
|
||
### Features | ||
|
||
* add .editorconfig for Lua files ([a9efd26](https://github.com/S1M0N38/base.nvim/commit/a9efd260f68dd16903c37bcfb7f237ee871d9e69)) | ||
* add base command and remove my_awesome_plugin command ([59e9a98](https://github.com/S1M0N38/base.nvim/commit/59e9a987c0a4423eebb4e95f635a3a4b18145ce2)) | ||
* add GitHub Actions workflow for running tests with nvim-busted-action ([0aba00a](https://github.com/S1M0N38/base.nvim/commit/0aba00aa451434404c4db1f048a2c79f30a91722)) | ||
* add initial rockspec for base.nvim ([f42bd1d](https://github.com/S1M0N38/base.nvim/commit/f42bd1de1359ca428444c31b1d3aced2d66e59fa)) | ||
* add reproducible environment for plugin issues ([c4f642f](https://github.com/S1M0N38/base.nvim/commit/c4f642f64df4078b9514961b49802f4af28afb2f)) | ||
* migrate plugin to new base structure ([94a18f9](https://github.com/S1M0N38/base.nvim/commit/94a18f9095cbe93c0cc42ef5ddf148b27707d01d)) | ||
* **workflows:** add separate GitHub and LuaRocks release workflows ([769011e](https://github.com/S1M0N38/base.nvim/commit/769011e9722e7b0e507d3bc49be6941f778b07d9)) |