Skip to content

Commit 5bfa7bd

Browse files
committed
Release 0.16.2
1 parent a8b837b commit 5bfa7bd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77

8-
## [0.16.1] - 2021-03-01
8+
## [0.16.2] - 2021-03-04
99
- Fixed compilation on `aarch64-apple-darwin` (Apple Silicon).
1010

1111
## [0.16.0] - 2021-01-31
@@ -136,8 +136,8 @@ For details, see Rust's [release note](https://github.com/rust-lang/rust/blob/1.
136136
## [0.2.0] - 2018-01-04
137137
New reworked version
138138

139-
[Unreleased]: https://github.com/ubolonton/emacs-module-rs/compare/0.16.1...HEAD
140-
[0.16.1]: https://github.com/ubolonton/emacs-module-rs/compare/0.16.0...0.16.1
139+
[Unreleased]: https://github.com/ubolonton/emacs-module-rs/compare/0.16.2...HEAD
140+
[0.16.2]: https://github.com/ubolonton/emacs-module-rs/compare/0.16.0...0.16.2
141141
[0.16.0]: https://github.com/ubolonton/emacs-module-rs/compare/0.15.1...0.16.0
142142
[0.15.1]: https://github.com/ubolonton/emacs-module-rs/compare/0.15.0...0.15.1
143143
[0.15.0]: https://github.com/ubolonton/emacs-module-rs/compare/0.14.1...0.15.0

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emacs"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
edition = "2018"
55
description = "Rust library for creating Emacs's dynamic modules"
66
homepage = "https://github.com/ubolonton/emacs-module-rs"
@@ -27,7 +27,7 @@ thiserror = "1.0"
2727
anyhow = "1.0"
2828
ctor = "0.1.12"
2929
once_cell = "1.2.0"
30-
emacs_module = { path = "emacs-module", version = "0.12.0" }
30+
emacs_module = { path = "emacs-module", version = "0.16.2" }
3131
emacs-macros = { path = "emacs-macros", version = "0.15.1" }
3232

3333
[build-dependencies]

emacs-module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emacs_module"
3-
version = "0.12.0"
3+
version = "0.16.2"
44
edition = "2018"
55
description = "Raw FFI for emacs-module"
66
homepage = "https://github.com/ubolonton/emacs-module-rs"

0 commit comments

Comments
 (0)