summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSibi Prabakaran <sibi@psibi.in>2024-08-22 08:15:28 +0530
committerGitHub <noreply@github.com>2024-08-22 08:15:28 +0530
commit527f8ff2b727d1c027965491ac88230bf2af24ed (patch)
tree2ecb11809906f36d53b48f65b9ff3f198e98de8a
parentd00d83d3a207a5b7c2994392b2781f627e3159ce (diff)
parent21916acdb808e85e34aa8781ebd0113c445a250b (diff)
downloadrust-mode-527f8ff2b727d1c027965491ac88230bf2af24ed.tar.gz
Merge pull request #552 from rust-lang/bump-version
Bump version to 1.0.6
-rw-r--r--.github/workflows/test.yml1
-rw-r--r--Changelog.md2
-rw-r--r--Eask4
-rw-r--r--rust-mode.el2
4 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8fb4f72..402f075 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,7 +19,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- - 27.2
- 28.2
- 29.1
- 29.2
diff --git a/Changelog.md b/Changelog.md
index cab2398..a106255 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,4 +1,4 @@
-# Unreleased
+# v1.0.6
- Add support for treesitter mode.
- Fix warnings resulting from rust-utils.el. [Fixes #509](https://github.com/rust-lang/rust-mode/issues/509).
diff --git a/Eask b/Eask
index de084a4..e5bf099 100644
--- a/Eask
+++ b/Eask
@@ -1,5 +1,5 @@
(package "rust-mode"
- "1.0.5"
+ "1.0.6"
"A major-mode for editing Rust source code")
(website-url "https://github.com/rust-lang/rust-mode")
@@ -7,7 +7,7 @@
(package-file "rust-mode.el")
-(files
+(files
"rust-cargo.el"
"rust-compile.el"
"rust-playpen.el"
diff --git a/rust-mode.el b/rust-mode.el
index 8d38295..52c5242 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -1,6 +1,6 @@
;;; rust-mode.el --- A major-mode for editing Rust source code -*-lexical-binding: t-*-
-;; Version: 1.0.5
+;; Version: 1.0.6
;; Author: Mozilla <rust-mode@noreply.github.com>
;; Url: https://github.com/rust-lang/rust-mode
;; Keywords: languages