Skip to content

Commit 53f43ea

Browse files
committed
Timestamp v0.7.0
Also note the lack of Solaris binary and and exclude rather than comment out Dragonfly.
1 parent 0b3ae25 commit 53f43ea

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.github/workflows/build-and-release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,18 @@ jobs:
132132
bin: pgxn_meta
133133
emoji: ☀️
134134
skip_tests: true
135-
# Dragonfly: No std component available.
136-
# - os_name: dragonfly-amd64
137-
# os: ubuntu-24.04
138-
# target: x86_64-unknown-dragonfly
139-
# bin: pgxn_meta
140-
# emoji: 🐉🪰
141-
# skip_tests: true
135+
- os_name: dragonfly-amd64
136+
os: ubuntu-24.04
137+
target: x86_64-unknown-dragonfly
138+
bin: pgxn_meta
139+
emoji: 🐉🪰
140+
skip_tests: true
142141
toolchain:
143142
- stable
144143
- beta
145144
- nightly
146145
exclude:
146+
- platform: { os_name: dragonfly-amd64 } # No std component.
147147
# https://github.com/cross-rs/cross/issues/1599
148148
- platform: { os_name: solaris-sparcv9 }
149149
- platform: { os_name: solaris-amd64 }

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. It uses the
77
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
88
"Semantic Versioning 2.0.0"
99

10-
## [v0.7.0]Unreleased
10+
## [v0.7.0]2025-05-31
1111

1212
### ⚡ Improvements
1313

@@ -22,12 +22,18 @@ All notable changes to this project will be documented in this file. It uses the
2222
* Updated the release configuration to reduce the size of the release
2323
binary by around 50%.
2424

25+
### 📔 Notes
26+
27+
* Removed the Solaris builds. Will restore them once [cross-rs/cross#1599]
28+
has been resolved.
29+
2530
### ⬆️ Dependency Updates
2631

2732
* Upgraded all dependencies.
2833

2934
[v0.6.1]: https://github.com/pgxn/meta/compare/v0.6.0...v0.6.1
3035
[wax]: https://crates.io/crates/wax
36+
[cross-rs/cross#1599]: https://github.com/cross-rs/cross/issues/1599
3137

3238
## [v0.6.0] — 2025-03-25
3339

0 commit comments

Comments
 (0)