Skip to content

Commit c8359a9

Browse files
committed
Update version to 0.14.0
1 parent 5cdafd3 commit c8359a9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.14.0
22

33
Add icons:
44
- `acorn` ([#28](https://github.com/enzet/Roentgen/issues/28)),
@@ -22,7 +22,7 @@ Redraw icons:
2222
- `dumbbell`,
2323
- `street_cabinet`.
2424

25-
To `grid` command add `--match-in` argument.
25+
To `grid` command add `--match-in` and `--new-in` arguments.
2626

2727

2828
## 0.13.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.14.0

icons/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.14.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enzet/roentgen",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Set of monochrome 14 × 14 px pixel-aligned map icons",
55
"files": [
66
"icons",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "roentgen-icons"
7-
version = "0.13.0"
7+
version = "0.14.0"
88
description = "Set of monochrome 14 × 14 px pixel-aligned map icons"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)