Skip to content

Commit 0c84b75

Browse files
committed
Remove "U+110B1 Kaithi Vowel Sign I" from blanks; release v1.7.1
1 parent 9879803 commit 0c84b75

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## CHANGELOG
22

3+
### 1.7.1
4+
5+
* Fixes in README and GEMSPEC
6+
* Remove "U+110B1 Kaithi Vowel Sign I" from blanks
7+
38
### 1.7.0
49

510
* Unicode 16.0 (general categories)

MIT-LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017-2022 Jan Lelis, https://janlelis.com
1+
Copyright (c) 2017-2024 Jan Lelis, https://janlelis.com
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,10 @@ This flag is *true* only for special formatting characters, which are not contro
108108

109109
**true** if codepoint will never be assigned in a future standard of Unicode.
110110

111-
## Todo
112-
113-
- Support all non-dummy encodings that Ruby supports
114-
115111
## Also See
116112

117113
- [Symbolify](https://github.com/janlelis/symbolify)
118114

119115
## MIT License
120116

121-
Copyright (C) 2017-2022 Jan Lelis <https://janlelis.com>. Released under the MIT license.
117+
Copyright (C) 2017-2024 Jan Lelis <https://janlelis.com>. Released under the MIT license.

lib/characteristics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
class Characteristics
4-
VERSION = "1.7.0"
4+
VERSION = "1.7.1"
55
UNICODE_VERSION = "16.0.0"
66
end

0 commit comments

Comments
 (0)