Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ format changes.

## [Unreleased]

## [1.0.0] — 2026-05-13

First major-version cut. Implements the three one-time spec changes
from the protowire v1.0 freeze line in lockstep with `protowire`,
`protowire-go`, and `protowire-typescript`. **Breaking** — there is
no alias period; v1.0 is itself the major bump. Maven group remains
`org.protowire`; the published artifact is `protowire-pxf` (and the
sibling modules `pb`, `sbe`, `envelope`, `proto-annotations`).

### v1.0 spec changes

Three one-time spec changes from the protowire v1.0 freeze line
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = "org.protowire"
version = "0.70.0"
version = "1.0.0"

repositories {
mavenCentral()
Expand Down