Commit graph

20 commits

Author SHA1 Message Date
rgoldfinger6
4b269eb436 Updating version.json and repo version numbers to: 37.0-dev (#28425)
NOTE: This should be reviewed and imported via Copybara per the normal PR review process.

Closes #28425

PiperOrigin-RevId: 945675238
2026-07-10 06:22:59 -07:00
Protobuf Team Bot
6cd6ca4116 Auto-format Py Proto python files.
PiperOrigin-RevId: 907755617
2026-04-29 13:40:58 -07:00
Samuel Benzaquen
e6ee74af87 Updating version.json and repo version numbers to: 36.0-dev (#26991)
NOTE: This should be reviewed and imported via Copybara per the normal PR review process.

Closes #26991

PiperOrigin-RevId: 902788011
2026-04-20 13:14:04 -07:00
Protobuf Team Bot
8227cf1630 Updating version.json and repo version numbers to: 35-dev 2026-01-22 07:25:02 -08:00
honglooker
6d00d87830 Updating version.json and repo version numbers to: 34.0-dev (#23738)
NOTE: This should be reviewed and imported via Copybara per the normal PR review process.

Closes #23738

PiperOrigin-RevId: 814297739
2025-10-02 10:51:16 -07:00
Adam Cozzette
00c3c30cbc Updating version.json and repo version numbers to: 33.0-dev (#22710)
NOTE: This should be reviewed and imported via Copybara per the normal PR review process.

Closes #22710

PiperOrigin-RevId: 785626334
2025-07-21 17:02:17 -07:00
Mike Kruskal
1af7fd407c Extend gencode compatibility support back to 3.20.0
#test-continuous

This adds 2 shims for some previous breakages, and compatibility tests to avoid further accidents.  This will be backported to 25.x and 29.x.

PiperOrigin-RevId: 776414924
2025-06-26 21:48:03 -07:00
Jason Lunn
452984bf81 Updating version.json and repo version numbers to: 32.0-dev (#21351)
NOTE: This should be reviewed and imported via Copybara per the normal PR review process.

Closes #21351

PiperOrigin-RevId: 751446098
2025-04-25 09:22:00 -07:00
deannagarcia
92db7e2c04 Updating version.json and repo version numbers to: 31.0-dev (#20237)
NOTE: This should be reviewed and imported via Copybara per the normal PR review process.

Closes #20237

PiperOrigin-RevId: 723968086
2025-02-06 09:41:40 -08:00
Mike Kruskal
1fe26cf0c1 Updating version.json and repo version numbers to: 30.0-dev (#18567)
NOTE: This should be reviewed and imported via Copybara per the normal PR review process.

Closes #18567

PiperOrigin-RevId: 680760252
2024-09-30 16:36:48 -07:00
Nathan Baulch
e4cbc79ab4 Fix minor typos (#17682)
Just thought I'd contribute some typo fixes that keep tripping up CI/CD checks in my projects. Nothing controversial (hopefully), just 174 simple fixes.

Use the following command to get a quick and dirty summary of the specific corrections made:
```shell
git diff HEAD^! --word-diff-regex='\w+' -U0 \
  | grep -E '\[\-.*\-\]\{\+.*\+\}' \
  | sed -r 's/.*\[\-(.*)\-\]\{\+(.*)\+\}.*/\1 \2/' \
  | sort | uniq -c | sort -n
```

FWIW, the top typos are:
* trimed → trimmed (37)
* substract → subtract (7)
* qualifed → qualified (7)
* extesion → extension (6)
* mising → missing (5)
* btye → byte (4)
* likey → likely (4)
* candicate → candidate (3)
* decriptor → descriptor (3)
* inherting → inheriting (3)
* colletion → collection (3)
* caluclated → calculated (3)
* unititialized → uninitialized (3)
* implemting → implementing (3)
* binrary → binary (3)
* descripor → descriptor (3)
* negitive → negative (3)

Closes #17682

COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/17682 from NathanBaulch:typos d41762d137
PiperOrigin-RevId: 677074418
2024-09-20 20:50:06 -07:00
Protobuf Team Bot
83569cff3d Mute the minor version warning https://github.com/protocolbuffers/protobuf/issues/18096
PiperOrigin-RevId: 676977787
2024-09-20 14:49:05 -07:00
Protobuf Team Bot
f6b9a4942e Limit the Python Poison Pills warning count
PiperOrigin-RevId: 675999156
2024-09-18 08:22:19 -07:00
zhangskz
8e60d9f166 Updating version.json and repo version numbers to: 29.0-dev (#17432)
NOTE: This should be reviewed and imported via Copybara per the normal PR review process.

Closes #17432

PiperOrigin-RevId: 652511521
2024-07-15 09:50:38 -07:00
Protobuf Team Bot
27d8304aa8 Add a warning for gencode that is one major version older than runtime
PiperOrigin-RevId: 648750618
2024-07-02 09:56:58 -07:00
Protobuf Team Bot
1a7aa2c4e8 Internal changes.
PiperOrigin-RevId: 627188953
2024-04-22 16:24:17 -07:00
Protobuf Team Bot
971f88aa63 Improve C++, Python, Java runtime version representations to avoid merge conflicts during release.
PiperOrigin-RevId: 626480269
2024-04-19 15:21:27 -07:00
Mike Kruskal
95877d8569 Updating version.json and repo version numbers to: 28-dev (#16555)
Closes #16555

PiperOrigin-RevId: 626081638
2024-04-18 10:47:14 -07:00
Protobuf Team Bot
0442ed62cb Enable Protobuf Python version check.
PiperOrigin-RevId: 617626372
2024-03-20 14:35:37 -07:00
Protobuf Team Bot
554a00c40a Introduce Python Protobuf runtime version.
PiperOrigin-RevId: 613224059
2024-03-06 08:26:18 -08:00