File tree Expand file tree Collapse file tree 4 files changed +11
-14
lines changed
Expand file tree Collapse file tree 4 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 33/coverage
44/.nx /cache
55/.nx /workspace-data
6- /go /oeco-sdk /v2beta /bindings /pushpin /bi
6+ /go /oeco-sdk /v2beta /bindings /pushpin /bin
7+ /apps /web /public /docs /v2alpha /.obsidian
8+ /apps /web /public /docs
9+ /.config /spellcheck /spellcheck.yaml
Original file line number Diff line number Diff line change 22
33### 🚀 Features
44
5- - OECO cleanup 30 ([ #62 ] ( https://github.com/openecosystems/ecosystem/pull/62 ) )
6- - Oeco cleanup 29 ([ #61 ] ( https://github.com/openecosystems/ecosystem/pull/61 ) )
5+ - OECO cleanup 30 ([ #62 ] ( https://github.com/openecosystems/ecosystem/pull/62 ) )
6+ - Oeco cleanup 29 ([ #61 ] ( https://github.com/openecosystems/ecosystem/pull/61 ) )
77
88### 🩹 Fixes
99
10- - stability and formatting ([ #63 ] ( https://github.com/openecosystems/ecosystem/pull/63 ) )
10+ - stability and formatting ([ #63 ] ( https://github.com/openecosystems/ecosystem/pull/63 ) )
1111
1212### ❤️ Thank You
1313
14- - Dimy Jeannot @dimyjeannot
14+ - Dimy Jeannot @dimyjeannot
1515
1616## 0.15.0 (2025-07-26)
1717
Original file line number Diff line number Diff line change @@ -265,11 +265,3 @@ func (se SpecError) ToStatus() *status.Status {
265265func (se SpecError ) ToConnectError () * connect.Error {
266266 return & se .ConnectErr
267267}
268-
269- //func (se SpecError) Unwrap() error {
270- // // Allow matching embedded SpecApiError in case there is one.
271- // if se.ConnectErr == nil {
272- // return nil
273- // }
274- // return se.ConnectErr
275- //}
Original file line number Diff line number Diff line change 11# Prerequisites
22
3- - Merge all changes to main (releases will only release from main)
3+ - Merge all changes to main (releases will only release from main)
44- Ensure Git is not in a "dirty" state
55- Ensure all of the protos have been published if changed
66 - cd proto
77 - buf registry login buf.build
88 - buf push
9+ - Make sure npx nx format: write --all passes
10+ - Make sure everything builds nx run-many -t build --skip-nx-cache
911
1012# Initial Release
1113
You can’t perform that action at this time.
0 commit comments