Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <[email protected]>
  • Loading branch information
dearrudam committed Apr 21, 2023
1 parent 6f5823d commit 7292b2b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
=== Fixes
- ?

== [1.0.0-SNAPSHOT]

=== Added
- Enhance integration tests for `commit` and `rollback` mojos;

=== Changes
- Changed package structure: the model classes were moved to the `api` package;
- Changed package structure: the mojo classes were moved to the `mojo` package;
- Refactored classes to improve the maintainability;
- Refactored `add-dep` mojo to use new implementation;
- Refactored `commit` mojo to use new implementation;
- Refactored `rollback` mojo to use new implementation;
- Enhanced tests for `api` classes;
- Enhanced tests for `mojo` classes;
- Enhanced integration tests for `commit` and `rollback` mojos;

== [0.0.3]

=== Added
Expand Down

0 comments on commit 7292b2b

Please sign in to comment.