Skip to content

Latest commit

 

History

History
executable file
·
85 lines (49 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

executable file
·
85 lines (49 loc) · 3.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

4.0.0 (2024-01-05)

⚠ BREAKING CHANGES

  • replace nixpkgs-fmt with alejandra

Features

  • add docgen workflow (190f1f9)
  • add lua-ls to pre-commit-hooks-nix (05a35aa)
  • add luarocks package + split out type checks (144fdf0)
  • add review-checklist workflow (6bdc4ec)
  • nix: use test suite as base for devShell (446a48f)
  • switch from flake-utils to flake-parts (1b35d07)
  • use neorocksTest + bump dependencies (b604362)
  • use release-please workflow (c11046f)

Bug Fixes

Styles

  • replace nixpkgs-fmt with alejandra (eb199e0)

[3.1.0] - 2023-09-05

Added

  • Use neorocksTest.

Changed

  • Bump luarocks-tag-release version.

Fixed

  • Fail release if changelog entry doesn't exist.

[3.0.0] - 2023-08-16

Fixed

  • Luarocks Upload workflow.

Changed

  • Loosen license restrictions to allow any OSI approved open source derivations.
  • Switch from flake-utils to flake-parts.

Added

  • More pre-commit-hooks and linters.
  • luarocks-tag-release workflow.
  • Add lua-ls pre-commit checks.

Changed

  • Remove cachix-action from workflow.

[2.0.0] - 2023-01-02

Changed

  • Replace nixpkgs-fmt with alejandra.

[1.0.0] - 2022-10-20

Added

  • Initial release