Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 1.96 KB

Changelog

1.0.2 (2024-09-15)

Bug Fixes

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

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)

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)