Skip to content

Commit 8304cec

Browse files
bump: version 0.3.1 → 1.0.0b0
1 parent aa488a6 commit 8304cec

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "0.3.1"
3+
version = "1.0.0b0"
44
tag_format = "v$version"
55
version_files = ["pyproject.toml:version", "src/glean/indexing/__init__.py:__version__"]
66
update_changelog_on_bump = true

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v1.0.0b0 (2026-02-23)
2+
3+
### Feat
4+
5+
- add custom exception hierarchy for improved error handling
6+
7+
### Fix
8+
9+
- replace broken documentation URLs with valid ones
10+
111
## v0.3.1 (2026-02-04)
212

313
### Fix

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 = "glean-indexing-sdk"
7-
version = "0.3.1"
7+
version = "1.0.0b0"
88
description = "SDK for building custom Glean indexing integrations"
99
authors = [{ name = "Steve Calvert", email = "steve.calvert@glean.com" }]
1010
readme = "README.md"

src/glean/indexing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
try:
7272
__version__ = version("glean-indexing-sdk")
7373
except PackageNotFoundError:
74-
__version__ = "0.3.1"
74+
__version__ = "1.0.0b0"

uv.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.

0 commit comments

Comments
 (0)