Skip to content

Commit b89a6b2

Browse files
author
Brenton Bostick
committed
Bump to 1.9
1 parent d186ffa commit b89a6b2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
## 1.9 - XX Dec, 2022
3+
4+
25
## 1.8 - 10 Oct, 2022
36

47
Format `1 / 0` as `1/0`.

CodeFormatter/PacletInfo.wl.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Paclet[
33
Name -> "CodeFormatter",
4-
Version -> "1.8",
4+
Version -> "1.9",
55
WolframVersion -> "12.1+",
66
Description -> "Format Wolfram Language code.",
77
Creator -> "Brenton Bostick <[email protected]>",

HowToBuild.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The result is a directory named `paclet` that contains the WL package source cod
1717

1818
Inside a kernel session you may then install the paclet by evaluating:
1919
```
20-
PacletInstall["/path/to/build/paclet/CodeFormatter-1.8.paclet"]
20+
PacletInstall["/path/to/build/paclet/CodeFormatter-1.9.paclet"]
2121
```
2222

2323
Specify `MATHEMATICA_INSTALL_DIR` if you have Wolfram System installed in a non-default location:

0 commit comments

Comments
 (0)