Skip to content

Commit f7a9ddb

Browse files
committed
update Project.toml
1 parent 4259729 commit f7a9ddb

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

Diff for: .github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
exclude:
2929
- os: macOS-latest
3030
julia-arch: x86
31-
3231
steps:
3332
- uses: actions/checkout@v2
3433
- uses: julia-actions/setup-julia@v1

Diff for: CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,37 @@
11
# Changelog
22

3-
## [v0.7.0] - 2020
3+
## [v0.7.0] - 2022-01-21
44

55
### Added
66

77
### Changed
88

9+
- Project.toml
10+
911
- midpoint() was wrong, fixed
1012

1113
### Removed
1214

1315
### Deprecated
1416

15-
## [v0.6.0] - 2020-02-21
17+
──────────────────────────────────────────
18+
19+
## [v0.6.0] - 2021-03-11
1620

1721
### Added
1822

1923
### Changed
2024

2125
- cartesiantospherical() returns points in correct "math" order `(ρ, θ, ϕ)`
22-
rather than scrambled "physics"-style :)
26+
rather than scrambled "physics"-style :)
2327
- pin(object) changed to accept a simpler rendering function
2428

2529
### Removed
2630

2731
### Deprecated
2832

33+
──────────────────────────────────────────
34+
2935
## [v0.5.0] - 2020-01-31
3036

3137
### Added
@@ -41,3 +47,5 @@ rather than scrambled "physics"-style :)
4147
### Removed
4248

4349
### Deprecated
50+
51+
──────────────────────────────────────────

Diff for: LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The Thebes.jl package is licensed under the MIT "Expat" License:
22

3-
> Copyright (c) 2017: cormullion.
3+
> Copyright (c) 2017-2022: cormullion.
44
>
55
> Permission is hereby granted, free of charge, to any person obtaining a copy
66
> of this software and associated documentation files (the "Software"), to deal

Diff for: 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.6.0"
4+
version = "0.7.0"
55

66
[deps]
77
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
@@ -21,7 +21,7 @@ test = ["Test", "Random", "Luxor"]
2121

2222
[compat]
2323
julia = "1"
24-
Luxor = "1, 2"
24+
Luxor = "1, 2, 3"
2525
StaticArrays = "0.10, 0.11, 0.12, 1.0"
2626
Rotations = "1"
2727
Colors = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14"

0 commit comments

Comments
 (0)