# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.3](https://github.com/benniekiss/rs-mod-lua/compare/rsre-lua-v0.2.2...rsre-lua-v0.2.3) - 2026-05-31
### Added
- move lua modules to a monorepo
### Fixed
- set package versions in lux.toml
- prefix version var with `v`
- *(ci)* restore build.rs file
- configure source.dir and source.tag
- *(ci)* duplicate rust-toolchain.toml
- update package metadata
### Other
- bump package versions
- use $(PACKAGE) var in `source.dir`
- release ([#4](https://github.com/benniekiss/rs-mod-lua/pull/4))
- prep for publishing
- update package descriptions [skip ci]
- *(deps)* update rust to nightly-2026-05-30 ([#2](https://github.com/benniekiss/rs-mod-lua/pull/2))
- duplicate LICENSE.md
- *(deps)* remove test_dependencies table
## [0.2.2](https://github.com/benniekiss/rs-mod-lua/compare/rsre-lua-v0.2.1...rsre-lua-v0.2.2) - 2026-05-31
### Fixed
- *(ci)* restore build.rs file
### Other
- prep for publishing
- update package descriptions [skip ci]
- *(deps)* update rust to nightly-2026-05-30 ([#2](https://github.com/benniekiss/rs-mod-lua/pull/2))