diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 46b1b67..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6a0caf9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 1.0.0 (2024-12-10) + + +### Features + +* :tada: initial commit ([9d8b3c1](https://github.com/deblasis/take/commit/9d8b3c11975a43cb12bf33c25fd9e8b26363dff0)) +* Enhance 'take' command functionality and documentation ([294af4c](https://github.com/deblasis/take/commit/294af4cabeb3440c8cda8bbf4ac212843e3fb5ff)) +* Enhance 'take' command with testing and build automation ([6e1dbf0](https://github.com/deblasis/take/commit/6e1dbf04112b2dce20cb71eed78d771744631657)) +* Enhance git repository handling in tests and core functionality ([01694ac](https://github.com/deblasis/take/commit/01694ac5c677103a09448001c8aa75be753e8269)) +* Enhance platform-specific permission handling in 'take' command tests ([a3dd1ae](https://github.com/deblasis/take/commit/a3dd1ae133733ba21a681400d19eeb338340c013)) +* Implement native zip handling in 'take' command and tests ([4b49e9d](https://github.com/deblasis/take/commit/4b49e9d0ee5b9d14628900276409226c88bf1a4b))