Skip to content

Commit

Permalink
Merge pull request #63 from yumemi-inc/update-changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG
  • Loading branch information
blendthink authored Nov 17, 2023
2 parents eac6b4e + 65dbe64 commit f68a867
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# CHANGELOG

This project adheres to [Semantic Versioning 2.0.0].

Examples of version updates are as follows:

**Major Version Updates:**

- Added new lint rules to the existing set.
- Removed existing lint rules.
- Dropped support for older Dart and Flutter versions.

**Minor Version Updates:**

- Added support for newer Dart and Flutter versions.

**Patch Version Updates:**

- Bug fixes, including resolving issues where unintended versions of Lint rules were included in specific versions.

> [!NOTE]
> Changes to `tools/update_lint_rules` don't affect versioning.
## 1.1.0

- Added support for Dart 3.1.4 to 3.2.0.
- Added support for Flutter 3.13.7 to 3.16.0.

## 1.0.0

- Initial version.

<!-- Links -->

[Semantic Versioning 2.0.0]: https://semver.org/spec/v2.0.0.html

0 comments on commit f68a867

Please sign in to comment.