-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e1bbf6
commit 4e2bf6b
Showing
15 changed files
with
66 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Change Log | ||
|
||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Last updated**: 2024-04-22T09:56:21Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
@@ -9,6 +9,15 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin | |
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes | ||
and/or version bumps of transitive dependencies. | ||
|
||
## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-04-22) | ||
|
||
#### 🚀 Features | ||
|
||
- update Zig funcptr codegen to include `callconv(.C)` ([ac3da9e](https://github.com/thi-ng/umbrella/commit/ac3da9e)) | ||
- `callconv` explicitly required for function pointers in `extern struct`s in Zig v0.12 | ||
- update docs | ||
- update test snapshots | ||
|
||
### [0.4.69](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-04-20) | ||
|
||
#### ♻️ Refactoring | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Change Log | ||
|
||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Last updated**: 2024-04-22T09:56:21Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
@@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin | |
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes | ||
and/or version bumps of transitive dependencies. | ||
|
||
### [0.11.89](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-04-22) | ||
|
||
#### ♻️ Refactoring | ||
|
||
- minor zig v0.12.0 updates ([ee4f117](https://github.com/thi-ng/umbrella/commit/ee4f117)) | ||
|
||
### [0.11.88](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-04-20) | ||
|
||
#### ♻️ Refactoring | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Change Log | ||
|
||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Last updated**: 2024-04-22T09:56:21Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
@@ -9,6 +9,21 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin | |
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes | ||
and/or version bumps of transitive dependencies. | ||
|
||
## [1.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-04-22) | ||
|
||
#### 🚀 Features | ||
|
||
- update build script for zig v0.12.0 (incomplete) ([99a1916](https://github.com/thi-ng/umbrella/commit/99a1916)) | ||
- store existing script as build-v0.11.zig | ||
|
||
#### 🩹 Bug fixes | ||
|
||
- re-add -rdynamic flag in build.zig ([f509d1e](https://github.com/thi-ng/umbrella/commit/f509d1e)) | ||
|
||
#### ♻️ Refactoring | ||
|
||
- minor zig v0.12.0 updates ([4a0751c](https://github.com/thi-ng/umbrella/commit/4a0751c)) | ||
|
||
### [1.4.69](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-04-20) | ||
|
||
#### ♻️ Refactoring | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters