From 18c93587554bd74b508983485b805e76c184e7a6 Mon Sep 17 00:00:00 2001 From: Christophe Oudar Date: Sat, 20 Sep 2025 00:17:30 +0200 Subject: [PATCH] Add changie changes for release --- .../Under the Hood-20250920-001204.yaml | 6 ++++++ .changes/v0.1.0.md | 10 ++++++++++ CHANGELOG.md | 18 ++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 .changes/unreleased/Under the Hood-20250920-001204.yaml create mode 100644 .changes/v0.1.0.md create mode 100644 CHANGELOG.md diff --git a/.changes/unreleased/Under the Hood-20250920-001204.yaml b/.changes/unreleased/Under the Hood-20250920-001204.yaml new file mode 100644 index 0000000..d991eaa --- /dev/null +++ b/.changes/unreleased/Under the Hood-20250920-001204.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Pypi first release +time: 2025-09-20T00:12:04.646981+02:00 +custom: + Author: Kayrnt + Issue: "" diff --git a/.changes/v0.1.0.md b/.changes/v0.1.0.md new file mode 100644 index 0000000..6e95e85 --- /dev/null +++ b/.changes/v0.1.0.md @@ -0,0 +1,10 @@ +## deltastream-sdk v0.1.0 - September 20, 2025 + +### Features + + + - Initial release of deltastream SDK + +### Contributors +- [@Kayrnt](https://github.com/Kayrnt) + diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e5719da --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), +and is generated by [Changie](https://github.com/miniscruff/changie). + +## deltastream-sdk v0.1.0 - September 20, 2025 + +### Features + + + - Initial release of deltastream SDK + +### Contributors +- [@Kayrnt](https://github.com/Kayrnt) + +