Commit 45d13d9
Bump version to 0.9.5 (#1324)
# Pull Request
## What problem does this PR solve?
Issue Number: Fixed #N/A
Version bump to 0.9.5 for release targeting `release/0.9.x` branch.
## Changes
- Updated version strings from 0.9.4 to 0.9.5 in:
- `MODULE.bazel`
- `src/MODULE.bazel`
- `version.bzl`
- `src/libspu/version.h`
All version references now consistently reflect 0.9.5 across Bazel
modules and C++ headers. Python build system reads version from
`src/libspu/version.h` via `pdm_build.get_version()`.
## Possible side effects?
- Performance: None
- Backward compatibility: None - version metadata only
> [!WARNING]
>
> <details>
> <summary>Firewall rules blocked me from connecting to one or more
addresses (expand for details)</summary>
>
> #### I tried to connect to the following addresses, but was blocked by
firewall rules:
>
> - `releases.bazel.build`
> - Triggering command:
`/usr/local/lib/node_modules/@bazel/bazelisk/bazelisk-linux_amd64
/usr/local/lib/node_modules/@bazel/bazelisk/bazelisk-linux_amd64 query
//... --output=label` (dns block)
>
> If you need me to access, download, or install something from one of
these locations, you can either:
>
> - Configure [Actions setup
steps](https://gh.io/copilot/actions-setup-steps) to set up my
environment, which run before the firewall is enabled
> - Add the appropriate URLs or hosts to the custom allowlist in this
repository's [Copilot coding agent
settings](https://github.com/secretflow/spu/settings/copilot/coding_agent)
(admins only)
>
> </details>
<!-- START COPILOT CODING AGENT SUFFIX -->
<details>
<summary>Original prompt</summary>
> bump version to 0.9.5, then create pull request try to merge into
release/0.9.x
</details>
<!-- START COPILOT CODING AGENT TIPS -->
---
💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: tongke6 <124763920+tongke6@users.noreply.github.com>1 parent 343f3ca commit 45d13d9
File tree
5 files changed
+6
-5
lines changed- src
- libspu
5 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
0 commit comments