Skip to content

Commit 843f81a

Browse files
release v0.7.0
1 parent 000904a commit 843f81a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.clidey</groupId>
77
<artifactId>connparse</artifactId>
8-
<version>0.6.0</version>
8+
<version>0.7.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>connparse</name>

packages/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clidey/connparse",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Parse database connection strings, DSNs, URLs, file paths, and cloud storage URIs.",
55
"type": "module",
66
"repository": {

packages/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "connparse"
7-
version = "0.6.0"
7+
version = "0.7.0"
88
description = "Parse database connection strings, DSNs, URLs, file paths, and cloud storage URIs."
99
readme = "README.md"
1010
requires-python = ">=3.10"

packages/rust/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.

packages/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "connparse"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2024"
55
description = "Parse database connection strings, DSNs, URLs, file paths, and cloud storage URIs."
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)