Skip to content

Commit 1937db7

Browse files
committed
[chore] bump version 1.0.11
1 parent cd12be0 commit 1937db7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.org

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
* HISTORY
22

3+
** Version 1.0.11
4+
5+
Merged [[https://github.com/akicho8/string-inflection/pull/28][PR #28]] Make string-inflection-get-current-word work more sensibly when transient mark mode is off
6+
37
** Version 1.0.10
48

59
Merged [[https://github.com/akicho8/string-inflection/pull/26][PR #26]] Add `Capital_Underscore_Form`

string-inflection.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
;;; string-inflection.el --- underscore -> UPCASE -> CamelCase -> lowerCamelCase conversion of names -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2004,2014,2016,2017,2018 Free Software Foundation, Inc.
3+
;; Copyright (C) 2004,2014,2016,2017,2018,2020 Free Software Foundation, Inc.
44

55
;; Author: akicho8 <[email protected]>
66
;; Keywords: elisp
7-
;; Version: 1.0.10
7+
;; Version: 1.0.11
88

99
;; This file is free software; you can redistribute it and/or modify
1010
;; it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)