# 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]
## [1.0.0] - 2022-03-20
### Added
- An actual version tag
- A Changelog
- Tagged commits when supported version of Lua changes.
### Changed
- Improved README
- Converted TODO list to Markdown
- Updated code to compile with Lua 5.4.2
## [0.0.1] - 2015-02-11
### Added
- Not actually the first version, and not tagged, but will use this as "base" version.
[Unreleased]: https://github.com/profburke/luablink/compare/v1.0.0...HEAD
[0.0.1]: https://github.com/profburke/luablink/compare/v0.0.1...v1.0.0