Skip to content

Commit f9833d6

Browse files
committed
Release 0.12.2
1 parent e5b947b commit f9833d6

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.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
104106
New 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

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.1"
3+
version = "0.12.2"
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)