|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
|
|
+## [1.5.0] - 2024-10-06
|
|
|
|
|
+
|
|
|
### Added
|
|
### Added
|
|
|
|
|
|
|
|
* Support for basic file system operations using the `io` module:
|
|
* Support for basic file system operations using the `io` module:
|
|
@@ -27,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
|
|
### Fixed
|
|
### Fixed
|
|
|
|
|
|
|
|
-* [#3](https://github.com/ofabel/mp-flipper/issues/3): Proper `CR` and `LF` handling in the REPL:
|
|
|
|
|
|
|
+* [#3](https://github.com/ofabel/mp-flipper/issues/3): Proper `CR` and `LF` handling in the REPL.
|
|
|
|
|
|
|
|
## [1.4.0] - 2024-09-29
|
|
## [1.4.0] - 2024-09-29
|
|
|
|
|
|
|
@@ -154,7 +156,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
* Basic build setup
|
|
* Basic build setup
|
|
|
* Minimal working example
|
|
* Minimal working example
|
|
|
|
|
|
|
|
-[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.4.0...dev
|
|
|
|
|
|
|
+[Unreleased]: https://github.com/ofabel/mp-flipper/compare/v1.5.0...dev
|
|
|
|
|
+[1.5.0]: https://github.com/ofabel/mp-flipper/compare/v1.4.0...v1.5.0
|
|
|
[1.4.0]: https://github.com/ofabel/mp-flipper/compare/v1.3.0...v1.4.0
|
|
[1.4.0]: https://github.com/ofabel/mp-flipper/compare/v1.3.0...v1.4.0
|
|
|
[1.3.0]: https://github.com/ofabel/mp-flipper/compare/v1.2.0...v1.3.0
|
|
[1.3.0]: https://github.com/ofabel/mp-flipper/compare/v1.2.0...v1.3.0
|
|
|
[1.2.0]: https://github.com/ofabel/mp-flipper/compare/v1.1.0...v1.2.0
|
|
[1.2.0]: https://github.com/ofabel/mp-flipper/compare/v1.1.0...v1.2.0
|