Skip to content

Commit

Permalink
Merge pull request #10 from S1M0N38/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.0.0
  • Loading branch information
S1M0N38 authored Sep 15, 2024
2 parents 159295b + 8d6360f commit 2278b0f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
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))

0 comments on commit 2278b0f

Please sign in to comment.