diff --git a/.cz.toml b/.cz.toml index d98e25c..7baf9cf 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.0.1" +version = "0.1.0" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc7d8..ab2a746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.1.0 (2024-08-18) + +### Feat + +- feat: ci config added for automatic container image generation and push to dockerhub + +### Fix + +- ci configs corrected + +### Refactor + +- ci configs updated + ## 0.0.1 * TODO: Describe initial release. diff --git a/pubspec.yaml b/pubspec.yaml index bb776df..79dc9c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dt_fl_table description: "Flutter table widget: Highly customizable and easy to use." -version: 0.0.1 +version: 0.1.0 homepage: "https://dualtone.dev" repository: "https://github.com/dual-tone/dt_fl_table" publish_to: