# 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]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.2.0] - 2024-11-28
### Added
- Range type for parsing start .. end values
- Cuboid type
- Support for all possible ways to express units (m^2, m², m2...)
- JSON Schema Generation
## [0.0.1] - 2024-11-24
### Added
- Initial project setup and structure.
- Basic features to demonstrate functionality.
### Fixed
- Minor bug fixes for initial release.
[Unreleased]: https://github.com/ShaitanLyss/geode/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/ShaitanLyss/geode/releases/tag/v0.0.1