Skip to content

Commit c61f919

Browse files
ronellecaguioaThe Meridian Authors
authored andcommitted
Bump mmm-proto-schema to 1.1.2
PiperOrigin-RevId: 877511777
1 parent 7229255 commit c61f919

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

proto/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323

2424
## [Unreleased]
2525

26+
## [1.1.2] - 2026-03-02
27+
28+
* Add population_value field to GeoInfo Proto
29+
* Add ComputationBackend proto to Meridian
30+
2631
## [1.1.1] - 2025-12-22
2732

2833
* Add field to record ArviZ version in meridian_model proto definition.
@@ -40,4 +45,5 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
4045
[1.0.0]: https://github.com/google/meridian/releases/tag/proto-v1.0.0
4146
[1.1.0]: https://github.com/google/meridian/releases/tag/proto-v1.1.0
4247
[1.1.1]: https://github.com/google/meridian/releases/tag/proto-v1.1.1
43-
[Unreleased]: https://github.com/google/meridian/compare/proto-v1.1.1...HEAD
48+
[1.1.2]: https://github.com/google/meridian/releases/tag/proto-v1.1.2
49+
[Unreleased]: https://github.com/google/meridian/compare/proto-v1.1.2...HEAD

proto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = [
2121
"protobuf",
2222
]
2323

24-
version = "1.1.1"
24+
version = "1.1.2"
2525

2626
dependencies = [
2727
"googleapis-common-protos",

0 commit comments

Comments
 (0)