# 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.3.1](https://github.com/benniekiss/rs-mod-lua/compare/rsjson-lua-v0.3.0...rsjson-lua-v0.3.1) - 2026-05-31
### Fixed
- set package versions in lux.toml
- prefix version var with `v`
### Other
- bump package versions
- use $(PACKAGE) var in `source.dir`
## [0.3.0](https://github.com/benniekiss/rs-mod-lua/compare/rsjson-lua-v0.2.3...rsjson-lua-v0.3.0) - 2026-05-31
### Added
- move arbitrary_precision support to a feature
### Fixed
- *(rsjson-lua)* fix types path in docs
- return rsjson types table
- *(ci)* restore build.rs file
### Other
- prep for publishing
- update package descriptions [skip ci]
- remove a lot of `use` cruft
- [**breaking**] simplify rsjson package
- *(deps)* update rust to nightly-2026-05-30 ([#2](https://github.com/benniekiss/rs-mod-lua/pull/2))