Skip to content

Commit d3f9e1d

Browse files
committed
Merge branch 'bump'
2 parents 3ff3b56 + 0698b78 commit d3f9e1d

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "EquationsOfStateOfSolids"
22
uuid = "1eaa2786-f833-4167-8397-974edad0881e"
33
authors = ["Qi Zhang <singularitti@outlook.com>"]
4-
version = "0.1.2"
4+
version = "0.2.0"
55

66
[deps]
77
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
@@ -23,6 +23,7 @@ LsqFit = "0.8, 0.9, 0.10, 0.11, 0.12"
2323
PolynomialRoots = "1.0"
2424
Polynomials = "0.8, 1.0, 2.0"
2525
Roots = "0.8, 1.0"
26+
StaticArrays = "0.8.3, 0.9, 0.10, 0.11, 0.12, 1"
2627
UnPack = "1.0"
2728
Unitful = "0.18, 1.0"
2829
julia = "1"

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,13 @@ See its
4141
- [Julia version: `v1.0.0` to `v1.6.1`](https://julialang.org/downloads/)
4242
- Dependencies:
4343
- [`AutoHashEquals.jl`](https://github.com/andrewcooke/AutoHashEquals.jl) `v0.2.0` and above
44-
- [`Compat.jl`](https://github.com/JuliaLang/Compat.jl) `v3.1.0` and above
45-
- [`Configurations.jl`](https://github.com/Roger-luo/Configurations.jl) `v0.3.0` and above
4644
- [`ConstructionBase.jl`](https://github.com/JuliaObjects/ConstructionBase.jl) `v1.0` and above
4745
- [`EquationsOfState.jl`](https://github.com/MineralsCloud/EquationsOfState.jl) `v4.0.0` and above
4846
- [`LsqFit.jl`](https://github.com/JuliaNLSolvers/LsqFit.jl) `v0.8.0` and above
4947
- [`PolynomialRoots.jl`](https://github.com/giordano/PolynomialRoots.jl) `v1.0.0` and above
5048
- [`Polynomials.jl`](https://github.com/JuliaMath/Polynomials.jl) `v0.8.0` and above
5149
- [`Roots.jl`](https://github.com/JuliaMath/Roots.jl) `v0.8.0` and above
52-
- [`Roots.jl`](https://github.com/JuliaMath/Roots.jl) `v0.8.0` and above
50+
- [`StaticArrays.jl`](https://github.com/JuliaArrays/StaticArrays.jl) `v0.8.3` and above
5351
- [`UnPack.jl`](https://github.com/mauro3/UnPack.jl) `v1.0.0` and above
5452
- [`Unitful.jl`](https://github.com/PainterQubits/Unitful.jl) `v0.18.0` and above
5553
- OS: macOS, Linux, Windows, and FreeBSD

docs/src/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@ You are very welcome to contribute.
3333
- [Julia version: `v1.0.0` to `v1.6.1`](https://julialang.org/downloads/)
3434
- Dependencies:
3535
- [`AutoHashEquals.jl`](https://github.com/andrewcooke/AutoHashEquals.jl) `v0.2.0` and above
36-
- [`Compat.jl`](https://github.com/JuliaLang/Compat.jl) `v3.1.0` and above
37-
- [`Configurations.jl`](https://github.com/Roger-luo/Configurations.jl) `v0.3.0` and above
3836
- [`ConstructionBase.jl`](https://github.com/JuliaObjects/ConstructionBase.jl) `v1.0` and above
3937
- [`EquationsOfState.jl`](https://github.com/MineralsCloud/EquationsOfState.jl) `v4.0.0` and above
4038
- [`LsqFit.jl`](https://github.com/JuliaNLSolvers/LsqFit.jl) `v0.8.0` and above
4139
- [`PolynomialRoots.jl`](https://github.com/giordano/PolynomialRoots.jl) `v1.0.0` and above
4240
- [`Polynomials.jl`](https://github.com/JuliaMath/Polynomials.jl) `v0.8.0` and above
4341
- [`Roots.jl`](https://github.com/JuliaMath/Roots.jl) `v0.8.0` and above
44-
- [`Roots.jl`](https://github.com/JuliaMath/Roots.jl) `v0.8.0` and above
42+
- [`StaticArrays.jl`](https://github.com/JuliaArrays/StaticArrays.jl) `v0.8.3` and above
4543
- [`UnPack.jl`](https://github.com/mauro3/UnPack.jl) `v1.0.0` and above
4644
- [`Unitful.jl`](https://github.com/PainterQubits/Unitful.jl) `v0.18.0` and above
4745
- OS: macOS, Linux, Windows, and FreeBSD

0 commit comments

Comments
 (0)