Skip to content

Commit

Permalink
chore(changelog): Bump version to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaegel committed Mar 26, 2024
1 parent d40a47b commit 8dac8b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.1] - 2024-03-26

### Changed

- Adjusts configuration of textfield suggestions #36

## [0.7.0] - 2024-03-20

### Added
Expand Down Expand Up @@ -252,7 +258,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.0...HEAD
[unreleased]: https://github.com/tmaegel/ntodotxt/compare/v0.7.1...HEAD
[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
[0.6.1]: https://github.com/tmaegel/ntodotxt/compare/v0.6.0...v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion lib/constants/app.dart
@@ -1,6 +1,6 @@
// coverage:ignore-file

const String version = '0.7.0';
const String version = '0.7.1';

/// https://m3.material.io/foundations/layout/applying-layout/window-size-classes
const int maxScreenWidthCompact = 600;
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.0+17
version: 0.7.1+18

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

0 comments on commit 8dac8b5

Please sign in to comment.