Skip to content

Commit

Permalink
chore(changelog): Bump version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaegel committed Apr 1, 2024
1 parent 86193dc commit d945f34
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.0] - 2024-04-01

### Added

- Custome file name of the local todo file while initialization of the app #35

### Changed

- File name and path can no longer be changed after initializing the app #35
- Update splash screen

## [0.7.1] - 2024-03-26

### Changed
Expand Down Expand Up @@ -258,7 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Intiial release

[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.7.1...HEAD
[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/tmaegel/ntodotxt/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/tmaegel/ntodotxt/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/tmaegel/ntodotxt/compare/v0.6.2...v0.7.0
[0.6.2]: https://github.com/tmaegel/ntodotxt/compare/v0.6.1...v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion lib/constants/app.dart
@@ -1,6 +1,6 @@
// coverage:ignore-file

const String version = '0.7.1';
const String version = '0.8.0';

/// https://m3.material.io/foundations/layout/applying-layout/window-size-classes
const int maxScreenWidthCompact = 600;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -5,7 +5,7 @@ description: App for managing your todos within a todo.txt file locally or via w

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 0.7.1+18
version: 0.8.0+19

environment:
sdk: '>=3.0.5 <4.0.0'
Expand Down

0 comments on commit d945f34

Please sign in to comment.