Prepare releases of new client versions.

This commit is contained in:
Sebastian Jeltsch
2026-02-19 16:42:12 +01:00
parent 799fdf1a06
commit f3ee92ff94
8 changed files with 12 additions and 7 deletions
Generated
+1 -1
View File
@@ -6619,7 +6619,7 @@ dependencies = [
[[package]]
name = "trailbase-client"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"base64",
"eventsource-stream",
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.7.2
- Geospatial filtering.
- Client now dual-licensed under permissive Apache-2.0.
## 0.7.1
- Minor: fix changelog.
+1 -1
View File
@@ -2,7 +2,7 @@ name: trailbase
description: Official client library for TrailBase.
homepage: https://trailbase.io
repository: https://github.com/trailbaseio/trailbase
version: 0.7.1
version: 0.7.2
environment:
sdk: ^3.6.1
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<PackageId>TrailBase</PackageId>
<Version>0.5.0</Version>
<Version>0.5.1</Version>
<Authors>TrailBase authors</Authors>
<PackageReadmeFile>./README.md</PackageReadmeFile>
<PackageLicenseExpression>Apache-2.0 OR OSL-3.0</PackageLicenseExpression>
+1 -1
View File
@@ -50,7 +50,7 @@ allprojects {
group = "io.trailbase"
version = "0.2.0"
version = "0.2.1"
mavenPublishing {
publishToMavenCentral()
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trailbase"
version = "0.4.0"
version = "0.4.1"
description = "TrailBase client for Python"
authors = ["TrailBase <contact@trailbase.io>"]
repository = "https://github.com/trailbaseio/trailbase"
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "trailbase",
"description": "Official TrailBase Client",
"homepage": "https://trailbase.io",
"version": "0.9.0",
"version": "0.9.1",
"license": "Apache-2.0 OR OSL-3.0",
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "trailbase-client"
version = "0.5.0"
version = "0.5.1"
edition = "2024"
license = "Apache-2.0 OR OSL-3.0"
description = "Client for accessing TrailBase's record APIs"