File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,20 @@ Date format: `YYYY-MM-DD`
1717### Fixed
1818### Security
1919
20+
21+ ---
22+
23+ ## [ 1.57.0] - 2025-12-29
24+
25+ ### Added
26+ ### Changed
27+ - ** defect:** Added missing Go file to proto folder so ` get get ` works as expected.
28+
29+ ### Deprecated
30+ ### Removed
31+ ### Fixed
32+ ### Security
33+
2034---
2135
2236## [ 1.56.0] - 2025-12-29
@@ -435,7 +449,8 @@ Date format: `YYYY-MM-DD`
435449### Fixed
436450### Security
437451
438- [ Unreleased ] : https://github.com/sixafter/types/compare/v1.56.0...HEAD
452+ [ Unreleased ] : https://github.com/sixafter/types/compare/v1.57.0...HEAD
453+ [ 1.57.0 ] : https://github.com/sixafter/types/compare/v1.56.0...v1.57.0
439454[ 1.56.0 ] : https://github.com/sixafter/types/compare/v1.55.0...v1.56.0
440455[ 1.55.0 ] : https://github.com/sixafter/types/compare/v1.54.0...v1.55.0
441456[ 1.54.0 ] : https://github.com/sixafter/types/compare/v1.53.0...v1.54.0
Original file line number Diff line number Diff line change 1+ // Copyright 2020-2025 SIX AFTER, INC (SIX AFTER)
2+ //
3+ // SPDX-License-Identifier: Apache-2.0
4+ // SPDX-FileCopyrightText: SIX AFTER, INC (SIX AFTER)
5+ //
6+ // Licensed under the Apache License, Version 2.0 (the "License");
7+ // you may not use this file except in compliance with the License.
8+ // You may obtain a copy of the License at
9+ //
10+ // http://www.apache.org/licenses/LICENSE-2.0
11+ //
12+ // Unless required by applicable law or agreed to in writing, software
13+ // distributed under the License is distributed on an "AS IS" BASIS,
14+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+ // See the License for the specific language governing permissions and
16+ // limitations under the License.
17+
18+ // Package v1 provides the version 1 protocol buffer definitions.
19+ package v1
You can’t perform that action at this time.
0 commit comments