forked from joey/godottest
21 lines
620 B
Markdown
21 lines
620 B
Markdown
# 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.1.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [1.0.1] - 2025-05-21
|
|
|
|
### Fixed
|
|
|
|
- Bug where `YourBuil.json` returned `null` and `YourBuil.has_data()` returned `false` if these were accessed before any other methods or properties.
|
|
|
|
|
|
## [1.0.0] - 2024-10-18
|
|
|
|
Initial release.
|
|
|
|
[1.0.1]: https://codeberg.org/svetogam/yourbuil/releases/tag/v1.0.1
|
|
[1.0.0]: https://codeberg.org/svetogam/yourbuil/releases/tag/v1.0.0
|