Skip to content

Commit 2a92f0c

Browse files
committed
Release 0.12.1
1 parent 5ee44bf commit 2a92f0c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
8+
## [0.12.1] - 2020-01-25
79
- Added `Env::make_user_ptr`, `Value::get_user_ptr`, `Value::get_user_finalizer`.
810

911
## [0.12.0] - 2019-12-04
@@ -100,7 +102,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
100102
## [0.2.0] - 2018-01-04
101103
New reworked version
102104

103-
[Unreleased]: https://github.com/ubolonton/emacs-module-rs/compare/0.12.0...HEAD
105+
[Unreleased]: https://github.com/ubolonton/emacs-module-rs/compare/0.12.1...HEAD
106+
[0.12.1]: https://github.com/ubolonton/emacs-module-rs/compare/0.12.0...0.12.1
104107
[0.12.0]: https://github.com/ubolonton/emacs-module-rs/compare/0.11.0...0.12.0
105108
[0.11.0]: https://github.com/ubolonton/emacs-module-rs/compare/0.10.3...0.11.0
106109
[0.10.3]: https://github.com/ubolonton/emacs-module-rs/compare/0.10.2...0.10.3

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"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2018"
55
description = "Rust library for creating Emacs's dynamic modules"
66
homepage = "https://github.com/ubolonton/emacs-module-rs"

0 commit comments

Comments
 (0)