mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-19 07:49:57 -05:00
Prepare releases of new client versions.
This commit is contained in:
Generated
+1
-1
@@ -6619,7 +6619,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "trailbase-client"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"eventsource-stream",
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -50,7 +50,7 @@ allprojects {
|
||||
|
||||
group = "io.trailbase"
|
||||
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
|
||||
mavenPublishing {
|
||||
publishToMavenCentral()
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user