Skip to content

Commit

Permalink
Release 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Mar 4, 2021
1 parent a8b837b commit 5bfa7bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

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

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

[Unreleased]: https://github.com/ubolonton/emacs-module-rs/compare/0.16.1...HEAD
[0.16.1]: https://github.com/ubolonton/emacs-module-rs/compare/0.16.0...0.16.1
[Unreleased]: https://github.com/ubolonton/emacs-module-rs/compare/0.16.2...HEAD
[0.16.2]: https://github.com/ubolonton/emacs-module-rs/compare/0.16.0...0.16.2
[0.16.0]: https://github.com/ubolonton/emacs-module-rs/compare/0.15.1...0.16.0
[0.15.1]: https://github.com/ubolonton/emacs-module-rs/compare/0.15.0...0.15.1
[0.15.0]: https://github.com/ubolonton/emacs-module-rs/compare/0.14.1...0.15.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emacs"
version = "0.16.1"
version = "0.16.2"
edition = "2018"
description = "Rust library for creating Emacs's dynamic modules"
homepage = "https://github.com/ubolonton/emacs-module-rs"
Expand All @@ -27,7 +27,7 @@ thiserror = "1.0"
anyhow = "1.0"
ctor = "0.1.12"
once_cell = "1.2.0"
emacs_module = { path = "emacs-module", version = "0.12.0" }
emacs_module = { path = "emacs-module", version = "0.16.2" }
emacs-macros = { path = "emacs-macros", version = "0.15.1" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion emacs-module/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emacs_module"
version = "0.12.0"
version = "0.16.2"
edition = "2018"
description = "Raw FFI for emacs-module"
homepage = "https://github.com/ubolonton/emacs-module-rs"
Expand Down

0 comments on commit 5bfa7bd

Please sign in to comment.