Skip to content

Commit 8a72624

Browse files
committed
add import
1 parent 3d34784 commit 8a72624

15 files changed

+148904
-15543
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [v0.9.0] - 2023-01-
4+
5+
### Added
6+
7+
- `scaleby!(o, d)`
8+
- `import_off_file(fname)`
9+
10+
### Changed
11+
12+
### Removed
13+
14+
### Deprecated
15+
16+
──────────────────────────────────────────
17+
318
## [v0.8.0] - 2022-05-20 11:01:59
419

520
### Added

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Thebes"
22
uuid = "8b424ff8-82f5-59a4-86a6-de3761897198"
33
authors = ["cormullion <[email protected]>"]
4-
version = "0.8.0"
4+
version = "0.9.0"
55

66
[deps]
77
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
@@ -14,7 +14,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1414

1515
[compat]
1616
julia = "1"
17-
Luxor = "3.1, 3.2"
17+
Luxor = "3"
1818
StaticArrays = "0.10, 0.11, 0.12, 1"
1919
Rotations = "1"
2020
Colors = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14"

0 commit comments

Comments
 (0)