Skip to content

Commit

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

## [Unreleased]

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

## [0.16.0] - 2021-01-31
Expand Down Expand Up @@ -134,7 +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.0...HEAD
[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
[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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emacs"
version = "0.16.0"
version = "0.16.1"
edition = "2018"
description = "Rust library for creating Emacs's dynamic modules"
homepage = "https://github.com/ubolonton/emacs-module-rs"
Expand Down

0 comments on commit a8b837b

Please sign in to comment.