File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44The 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
101103New 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
Original file line number Diff line number Diff line change 11[package ]
22name = " emacs"
3- version = " 0.12.0 "
3+ version = " 0.12.1 "
44edition = " 2018"
55description = " Rust library for creating Emacs's dynamic modules"
66homepage = " https://github.com/ubolonton/emacs-module-rs"
You can’t perform that action at this time.
0 commit comments