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.2] - 2020-02-17
79- Added ` Env::cons ` .
810
911## [ 0.12.1] - 2020-01-25
@@ -103,7 +105,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
103105## [ 0.2.0] - 2018-01-04
104106New reworked version
105107
106- [ Unreleased ] : https://github.com/ubolonton/emacs-module-rs/compare/0.12.1...HEAD
108+ [ Unreleased ] : https://github.com/ubolonton/emacs-module-rs/compare/0.12.2...HEAD
109+ [ 0.12.2 ] : https://github.com/ubolonton/emacs-module-rs/compare/0.12.1...0.12.2
107110[ 0.12.1 ] : https://github.com/ubolonton/emacs-module-rs/compare/0.12.0...0.12.1
108111[ 0.12.0 ] : https://github.com/ubolonton/emacs-module-rs/compare/0.11.0...0.12.0
109112[ 0.11.0 ] : https://github.com/ubolonton/emacs-module-rs/compare/0.10.3...0.11.0
Original file line number Diff line number Diff line change 11[package ]
22name = " emacs"
3- version = " 0.12.1 "
3+ version = " 0.12.2 "
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