Skip to content

Commit

Permalink
Prep for release of version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Nov 16, 2022
1 parent bde94bc commit a180ceb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ This change log follows the conventions of

Nothing so far.

## [1.7.0] - 2022-11-15

## Added

- A new function, `char->int`, allowing access to the UTF-16 code
units of characters. (Thanks to [Gert Goet](https://github.com/eval)
for this contribution!)
- Access to the JavaScript
[`String`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)
object to support the implementation of `char->int`.

## [1.6.1] - 2022-02-10

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

Intial early release.

[unreleased]: https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.6.1...HEAD
[unreleased]: https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.7.0...HEAD
[1.7.0]: https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.6.1...v1.7.0
[1.6.1]: https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/Deep-Symmetry/bytefield-svg/compare/v1.4.3...v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bytefield-svg",
"version": "1.6.1",
"version": "1.7.0",
"description": "Generate byte field diagrams in SVG format from a Clojure/EDN DSL",
"main": "lib.js",
"bin": "cli.js",
Expand Down

0 comments on commit a180ceb

Please sign in to comment.