Compare commits

...

2 Commits

Author SHA1 Message Date
Michael Davis a05c151bb6
Release 25.07.1 2025-07-18 10:31:37 -04:00
RoloEdits 3c230c9b4a
build: lower ubuntu version from `24.04` to `22.04`
(cherry picked from commit fd8aacc1a4)
2025-07-18 10:19:33 -04:00
5 changed files with 26 additions and 16 deletions

View File

@ -61,12 +61,15 @@ jobs:
build: [x86_64-linux, aarch64-linux, x86_64-macos, x86_64-windows] #, x86_64-win-gnu, win32-msvc
include:
- build: x86_64-linux
os: ubuntu-24.04
# WARN: When changing this to a newer version, make sure that the GLIBC isnt too new, as this can cause issues
# with portablity on older systems that dont follow ubuntus more rapid release cadence.
os: ubuntu-22.04
rust: stable
target: x86_64-unknown-linux-gnu
cross: false
- build: aarch64-linux
os: ubuntu-24.04-arm
# Version should be kept in lockstep with the x86_64 version
os: ubuntu-22.04-arm
rust: stable
target: aarch64-unknown-linux-gnu
cross: false
@ -291,7 +294,7 @@ jobs:
file_glob: true
tag: ${{ github.ref_name }}
overwrite: true
- name: Upload binaries as artifact
uses: actions/upload-artifact@v4
if: env.preview == 'true'

View File

@ -20,6 +20,10 @@ Updated languages and queries:
Packaging:
-->
# 25.07.1 (2025-07-18)
This is a patch release which lowers the GLIBC requirements of the release artifacts published to GitHub ([#13983](https://github.com/helix-editor/helix/pull/13983))
# 25.07 (2025-07-15)
As always, a big thank you to all of the contributors! This release saw changes from 195 contributors.

24
Cargo.lock generated
View File

@ -1397,7 +1397,7 @@ dependencies = [
[[package]]
name = "helix-core"
version = "25.7.0"
version = "25.7.1"
dependencies = [
"anyhow",
"arc-swap",
@ -1435,7 +1435,7 @@ dependencies = [
[[package]]
name = "helix-dap"
version = "25.7.0"
version = "25.7.1"
dependencies = [
"anyhow",
"fern",
@ -1454,7 +1454,7 @@ dependencies = [
[[package]]
name = "helix-event"
version = "25.7.0"
version = "25.7.1"
dependencies = [
"anyhow",
"foldhash",
@ -1468,7 +1468,7 @@ dependencies = [
[[package]]
name = "helix-loader"
version = "25.7.0"
version = "25.7.1"
dependencies = [
"anyhow",
"cc",
@ -1485,7 +1485,7 @@ dependencies = [
[[package]]
name = "helix-lsp"
version = "25.7.0"
version = "25.7.1"
dependencies = [
"anyhow",
"arc-swap",
@ -1518,11 +1518,11 @@ dependencies = [
[[package]]
name = "helix-parsec"
version = "25.7.0"
version = "25.7.1"
[[package]]
name = "helix-stdx"
version = "25.7.0"
version = "25.7.1"
dependencies = [
"bitflags",
"dunce",
@ -1540,7 +1540,7 @@ dependencies = [
[[package]]
name = "helix-term"
version = "25.7.0"
version = "25.7.1"
dependencies = [
"anyhow",
"arc-swap",
@ -1586,7 +1586,7 @@ dependencies = [
[[package]]
name = "helix-tui"
version = "25.7.0"
version = "25.7.1"
dependencies = [
"bitflags",
"cassowary",
@ -1601,7 +1601,7 @@ dependencies = [
[[package]]
name = "helix-vcs"
version = "25.7.0"
version = "25.7.1"
dependencies = [
"anyhow",
"arc-swap",
@ -1617,7 +1617,7 @@ dependencies = [
[[package]]
name = "helix-view"
version = "25.7.0"
version = "25.7.1"
dependencies = [
"anyhow",
"arc-swap",
@ -3281,7 +3281,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]]
name = "xtask"
version = "25.7.0"
version = "25.7.1"
dependencies = [
"helix-core",
"helix-loader",

View File

@ -52,7 +52,7 @@ futures-util = { version = "0.3", features = ["std", "async-await"], default-fea
tokio-stream = "0.1.17"
[workspace.package]
version = "25.7.0"
version = "25.7.1"
edition = "2021"
authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
categories = ["editor"]

View File

@ -47,6 +47,9 @@
<content_rating type="oars-1.1" />
<releases>
<release version="25.07.1" date="2025-07-18">
<url>https://github.com/helix-editor/helix/releases/tag/25.07.1</url>
</release>
<release version="25.07" date="2025-07-15">
<url>https://helix-editor.com/news/release-25-07-highlights/</url>
</release>