Skip to content

Commit 04b8065

Browse files
author
Superposition Bot
committed
chore(version): v0.79.0 [skip ci]
1 parent ae0d5aa commit 04b8065

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## v0.79.0 - 2025-07-15
6+
### Package updates
7+
- superposition_core bumped to superposition_core-v0.1.1
8+
### Global changes
9+
#### Bug Fixes
10+
- propagate version through github output - (35f95d7) - datron
11+
- restore setup.py and setup JS pipeline (#591) - (8d5c73e) - Datron
12+
- rename core to superposition_core - (ae0d5aa) - Pratik Mishra
13+
#### Features
14+
- release pipeline (#587) - (01484d4) - Datron
15+
- added typescript experiment client and updated ffi_legacy - (446ce1f) - Saurav Suman
16+
17+
- - -
18+
519
## v0.78.0 - 2025-07-10
620
### Package updates
721
- experimentation_client bumped to experimentation_client-v0.13.3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## superposition_core-v0.1.1 - 2025-07-15
6+
#### Bug Fixes
7+
- rename core to superposition_core - (ae0d5aa) - Pratik Mishra
8+
9+
- - -
10+
11+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

crates/superposition_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "superposition_core"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Core native library for Superposition FFI bindings"
66

0 commit comments

Comments
 (0)