Skip to content

Releases: S1M0N38/base.nvim

v1.0.2

15 Sep 19:35
f7a997e
Compare
Choose a tag to compare

1.0.2 (2024-09-15)

Bug Fixes

  • docs: update badge URLs in README.md (bf58d17)

v1.0.1

15 Sep 19:22
33addee
Compare
Choose a tag to compare

1.0.1 (2024-09-15)

Bug Fixes

  • change user variable to local scope in rockspec (114f882)
  • comment out unused environment variables in run-tests.yml (619ba9e)

v1.0.0

15 Sep 18:53
2278b0f
Compare
Choose a tag to compare

1.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)
  • add base command and remove my_awesome_plugin command (59e9a98)
  • add GitHub Actions workflow for running tests with nvim-busted-action (0aba00a)
  • add initial rockspec for base.nvim (f42bd1d)
  • add reproducible environment for plugin issues (c4f642f)
  • migrate plugin to new base structure (94a18f9)
  • workflows: add separate GitHub and LuaRocks release workflows (769011e)

v0.1.1

13 Jan 14:40
06d8b46
Compare
Choose a tag to compare
Bug fix in README `make init` directive

v0.1.0

13 Jan 14:18
625b671
Compare
Choose a tag to compare
First Version of my-awesome-plugin.nvim