Skip to content

Commit 1992e77

Browse files
release: 0.7.0
1 parent 1a4ab70 commit 1992e77

4 files changed

Lines changed: 27 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.7.0 (2026-05-01)
4+
5+
Full Changelog: [v0.6.0...v0.7.0](https://github.com/cryptechdev/neptune-api-v2-python/compare/v0.6.0...v0.7.0)
6+
7+
### Features
8+
9+
* support setting headers via env ([b5ef889](https://github.com/cryptechdev/neptune-api-v2-python/commit/b5ef88979d72f7a372f340502025a1be6c69216d))
10+
11+
12+
### Bug Fixes
13+
14+
* use correct field name format for multipart file arrays ([e892969](https://github.com/cryptechdev/neptune-api-v2-python/commit/e892969e96a26dd08f61f88dac7812e73df8e16e))
15+
16+
17+
### Performance Improvements
18+
19+
* **client:** optimize file structure copying in multipart requests ([e3b4463](https://github.com/cryptechdev/neptune-api-v2-python/commit/e3b44635c279a772f8626572cd192601b0b4d62f))
20+
21+
22+
### Chores
23+
24+
* **internal:** fix ([6d99eaa](https://github.com/cryptechdev/neptune-api-v2-python/commit/6d99eaacc946f60cc38e251e74d3df1878c85231))
25+
* **internal:** more robust bootstrap script ([f0b98d2](https://github.com/cryptechdev/neptune-api-v2-python/commit/f0b98d296af0176f85591c6a2cabd1a32bcb56ec))
26+
327
## 0.6.0 (2026-04-17)
428

529
Full Changelog: [v0.5.0...v0.6.0](https://github.com/cryptechdev/neptune-api-v2-python/compare/v0.5.0...v0.6.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "neptune_api_v2"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "The official Python library for the neptune-api-v2 API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/neptune_api_v2/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "neptune_api_v2"
4-
__version__ = "0.6.0" # x-release-please-version
4+
__version__ = "0.7.0" # x-release-please-version

0 commit comments

Comments
 (0)