chore(release/v0): release 0.3.0

This commit is contained in:
github-actions[bot] 2025-09-19 18:23:56 +00:00 committed by GitHub
parent ef2bd44b30
commit 6812ba2716
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.2.1"
".": "0.3.0"
}

View File

@ -1,5 +1,14 @@
# Changelog
## [0.3.0](https://github.com/rancher/terraform-provider-file/compare/v0.2.1...v0.3.0) (2025-09-19)
### Features
* add data sources and organize code ([#148](https://github.com/rancher/terraform-provider-file/issues/148)) ([#151](https://github.com/rancher/terraform-provider-file/issues/151)) ([7a5c59e](https://github.com/rancher/terraform-provider-file/commit/7a5c59e0db30623ac1ab46a63d878bf4d545944d))
* add snapshot compression and decompression ([#159](https://github.com/rancher/terraform-provider-file/issues/159)) ([#162](https://github.com/rancher/terraform-provider-file/issues/162)) ([ef2bd44](https://github.com/rancher/terraform-provider-file/commit/ef2bd44b30d7a381ca0bc60dcf6b969a0d8d537e))
* add snapshots ([#153](https://github.com/rancher/terraform-provider-file/issues/153)) ([#158](https://github.com/rancher/terraform-provider-file/issues/158)) ([3e2c661](https://github.com/rancher/terraform-provider-file/commit/3e2c661fb6005eb5900a6fe3c3ca140cc68a41f3))
## [0.2.1](https://github.com/rancher/terraform-provider-file/compare/v0.1.3...v0.2.1) (2025-08-29)