Skip to content

Commit fb82691

Browse files
committed
0.3.1 release
1 parent ae65a29 commit fb82691

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [0.3.1] - 2020-30-09
9+
10+
### Fixed
11+
- pascal! macro handles SHOUTY_CASE transforms
12+
813
## [0.2.0] - 2019-02-08
914

1015
### Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "casey"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["holygits <[email protected]>"]
55
edition = "2018"
66
description = "Case transforming macros for ident tokens"

0 commit comments

Comments
 (0)