Skip to content

Commit

Permalink
chore: bump version 0.6.0
Browse files Browse the repository at this point in the history
Also add a compat entry for XSPECModels to only use this particular
SpectralFitting version.
  • Loading branch information
fjebaker committed Oct 22, 2024
1 parent 8e05e8a commit c832fe8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SpectralFitting"
uuid = "f2c56810-742e-4b72-8bf4-27af3bb81a12"
authors = ["Fergus Baker <fergusbkr@gmail.com>"]
version = "0.5.15"
version = "0.6.0"

[deps]
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
Expand Down
3 changes: 2 additions & 1 deletion lib/XSPECModels/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "XSPECModels"
uuid = "e051c099-9e89-4e1f-aad2-39a4611ecf4d"
authors = ["fjebaker <fergusbkr@gmail.com>"]
version = "0.1.0"
version = "0.1.1"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand All @@ -11,3 +11,4 @@ SpectralFitting = "f2c56810-742e-4b72-8bf4-27af3bb81a12"
[compat]
DocStringExtensions = "0.9.3"
LibXSPEC_jll = "0.1.15"
SpectralFitting = "0.6"
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
XSPECModels = "e051c099-9e89-4e1f-aad2-39a4611ecf4d"
1 change: 1 addition & 0 deletions test/macros/test-xspec.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Test
using SpectralFitting
using XSPECModels: @xspecmodel

# just assume that LibXSPEC_jll compiled and shipped okay, and we'll re-wrap a handful of models
# to test that they all work okay with the wrapping macro
Expand Down
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
push!(LOAD_PATH, joinpath(pwd(), "lib", "XSPECModels")) # for the XSPECModels package
using Test, SpectralFitting, XSPECModels

testdir = get(
Expand Down

0 comments on commit c832fe8

Please sign in to comment.