Skip to content

Commit cc96f21

Browse files
chore(main): release 0.3.0 (#114)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Adam Ross <[email protected]>
1 parent 0a8beed commit cc96f21

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/googleapis/google-cloudevents-go/compare/v0.2.3...v0.3.0) (2023-01-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* clear json-schema based version of the Go library ([#117](https://github.com/googleapis/google-cloudevents-go/issues/117))
9+
10+
### Features
11+
12+
* Generate type definition package godoc ([#142](https://github.com/googleapis/google-cloudevents-go/issues/142)) ([b9e2108](https://github.com/googleapis/google-cloudevents-go/commit/b9e2108ebc539fe8d2565da60b70c1a3f1478ee7))
13+
* Run the code generator ([#129](https://github.com/googleapis/google-cloudevents-go/issues/129)) ([4d9f2db](https://github.com/googleapis/google-cloudevents-go/commit/4d9f2db181810f528ba351d8c2b3d758c4c93a0b))
14+
* Run the code generator ([#148](https://github.com/googleapis/google-cloudevents-go/issues/148)) ([322c786](https://github.com/googleapis/google-cloudevents-go/commit/322c786abef2dfa47cce9a2d082ed83e47f5b10e))
15+
* Tooling to generate types from protos ([#115](https://github.com/googleapis/google-cloudevents-go/issues/115)) ([82e971b](https://github.com/googleapis/google-cloudevents-go/commit/82e971b95f34e445d1eb51ff202be9441ec4c906))
16+
17+
18+
### Bug Fixes
19+
20+
* Correct testdata lookup for deeply nested types ([#143](https://github.com/googleapis/google-cloudevents-go/issues/143)) ([797a7c1](https://github.com/googleapis/google-cloudevents-go/commit/797a7c1e4bc19f556367330e213a7da3aa95aae7))
21+
* **generator:** Cron schedule in timezone UTC ([#131](https://github.com/googleapis/google-cloudevents-go/issues/131)) ([9f61d6d](https://github.com/googleapis/google-cloudevents-go/commit/9f61d6d0d13bc36246ae7df19258d99247aed0ee))
22+
* **generator:** Github action source-version syntax error ([#127](https://github.com/googleapis/google-cloudevents-go/issues/127)) ([3c2d689](https://github.com/googleapis/google-cloudevents-go/commit/3c2d6895c4043f1043ef4de191b354859858230a))
23+
* **generator:** Use side-by-side repositories ([#130](https://github.com/googleapis/google-cloudevents-go/issues/130)) ([521da22](https://github.com/googleapis/google-cloudevents-go/commit/521da225b7e85d6901bdc316b9542d1060aad29e))
24+
* Skip unsupported pubsub event type ([#140](https://github.com/googleapis/google-cloudevents-go/issues/140)) ([6c4d4e4](https://github.com/googleapis/google-cloudevents-go/commit/6c4d4e4c144439c269a66fd86e076673db7041cd))
25+
* **testing:** Generator workflow syntax error ([#151](https://github.com/googleapis/google-cloudevents-go/issues/151)) ([ef63a63](https://github.com/googleapis/google-cloudevents-go/commit/ef63a63ea939a736fe1d92597826e3abd01565a6))
26+
* **testing:** Sort test cases per data package ([#156](https://github.com/googleapis/google-cloudevents-go/issues/156)) ([030cf6d](https://github.com/googleapis/google-cloudevents-go/commit/030cf6dced4d3ac2748a32e760f53f17fffd698e))
27+
28+
29+
### Code Refactoring
30+
31+
* Clear json-schema based version of the Go library ([#117](https://github.com/googleapis/google-cloudevents-go/issues/117)) ([ee45e63](https://github.com/googleapis/google-cloudevents-go/commit/ee45e636b4393792ab0fbccb237c35081fc87e18))
32+
333
## [0.2.3](https://github.com/googleapis/google-cloudevents-go/compare/v0.2.2...v0.2.3) (2022-07-14)
434

535

0 commit comments

Comments
 (0)