Skip to content

Commit a180ceb

Browse files
committed
Prep for release of version 1.7.0
1 parent bde94bc commit a180ceb

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ This change log follows the conventions of
88

99
Nothing so far.
1010

11+
## [1.7.0] - 2022-11-15
12+
13+
## Added
14+
15+
- A new function, `char->int`, allowing access to the UTF-16 code
16+
units of characters. (Thanks to [Gert Goet](https://github.com/eval)
17+
for this contribution!)
18+
- Access to the JavaScript
19+
[`String`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)
20+
object to support the implementation of `char->int`.
21+
1122
## [1.6.1] - 2022-02-10
1223

1324
### Fixed
@@ -146,7 +157,8 @@ This was the first release that actually worked when installed via
146157

147158
Intial early release.
148159

149-
[unreleased]: https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.6.1...HEAD
160+
[unreleased]: https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.7.0...HEAD
161+
[1.7.0]: https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.6.1...v1.7.0
150162
[1.6.1]: https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.6.0...v1.6.1
151163
[1.6.0]: https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.5.0...v1.6.0
152164
[1.5.0]: https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.4.3...v1.5.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bytefield-svg",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "Generate byte field diagrams in SVG format from a Clojure/EDN DSL",
55
"main": "lib.js",
66
"bin": "cli.js",

0 commit comments

Comments
 (0)