Skip to content

Releases: Mongorunway/mongorunway

1.0.7a0

17 Jun 10:13
Compare
Choose a tag to compare

Removed a typo in the implementation of the migrations application.

1.0.6a0

17 Jun 10:00
f77e61f
Compare
Choose a tag to compare

fix: Fixed an issue with sorting migration order

Fixed an issue where migrations were not sorted correctly, leading to errors during upgrade/downgrade processes.

! This solution is temporary and requires careful refactoring of the logic for retrieving the migration sequence in the repository.

improve: Project TODO

TODO.md file has also been added to provide users with an understanding of planned implementations in future versions.

1.0.5a0

13 Jun 16:32
115cd71
Compare
Choose a tag to compare

Fix

Added missing typing_extentions dependency.

1.0.4a0

13 Jun 16:26
Compare
Choose a tag to compare

Refactor

README.md display changed.

Fix

Added missing typing_extentions dependency.

1.0.3a0

12 Jun 15:42
Compare
Choose a tag to compare

First release containing core functionality.