Skip to content

Commit

Permalink
Update Changelog for versions 0.0.5 to 0.0.1
Browse files Browse the repository at this point in the history
The Changelog has been updated to reflect the changes in the versions 0.0.5 down to 0.0.1. Each version details the added features, improvements and changes, including enhancements on Junction module and the introduction of the Rollback feature in version 0.0.4. The documentation also notes compatibility with prior versions upon restarting.
  • Loading branch information
Noooblien committed Jul 22, 2024
1 parent 0a32c71 commit cdb8a49
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,40 @@

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]
## [0.0.5]

### Added
- Initial version of the project.
- Added version command.
- Ensure backward compatibility with version 0.0.4
- Added CONTRIBUTING.md, AUTHORS.md, and CHANGELOG.md.
- Implemented basic functionality for XYZ feature.

### Changed
- Improved documentation in README.md.
- Refactored ABC module for better performance.
- Refactored Junction module for better performance.


### Fixed
- Fixed a bug in DEF module.
## [0.0.4] - 2024-06-06

### Added
- Rollback feature added.
- Ensure backward compatibility with version 0.0.3 when restarting.
- Keys and mnemonic are saved locally.

## [0.0.3] - 2024-06-05

### Added
- Can recover the key via mnemonic.
- Updated transaction failure errors in DA and Junction codes.
- Ensure compatibility with version 0.0.2 when restarting.

## [0.1.0] - YYYY-MM-DD
## [0.0.2] - 2024-06-04

### Added
- Initial release.
- Handled error in pod related operations.

## [0.0.1] - YYYY-MM-DD
## [0.0.1] - 2024-05-31

### Added
- Initial setup of the project.
- Basic project structure and initial configurations.
****

0 comments on commit cdb8a49

Please sign in to comment.