Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Jul 21, 2024
1 parent be659dd commit b1a15ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# NEWS

- v0.2.5
- Use ResearchSoftwareMetadata
- Add in metadata and code hygene testing
- v0.2.4
- Add metadata and crosswalk
- v0.2.3
- Security fix on unzipping: #140
- Minor bugfix on up- and down-scaling images: #139
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "EcoSISTEM"
uuid = "ed2dc23b-ada4-5fdb-a26f-56368a14ad8f"
license = "LGPL-3.0-or-later"
authors = ["Claire Harris", "Richard Reeve <[email protected]>"]
version = "0.2.4"
version = "0.2.5"

[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"applicationCategory": "ecology",
"codeRepository": "https://github.com/EcoJulia/EcoSISTEM.jl",
"dateCreated": "2016-11-29",
"dateModified": "2024-07-16",
"dateModified": "2024-07-21",
"datePublished": "2021-04-20",
"description": "Package for running dynamic ecosystem simulations in Julia",
"downloadUrl": "https://github.com/EcoJulia/EcoSISTEM.jl/archive/refs/tags/v0.2.4.tar.gz",
"downloadUrl": "https://github.com/EcoJulia/EcoSISTEM.jl/archive/refs/tags/v0.2.5.tar.gz",
"keywords": [
"EcoJulia",
"biodiversity",
Expand All @@ -23,7 +23,7 @@
"macOS"
],
"programmingLanguage": "julia",
"version": "v0.2.4",
"version": "v0.2.5",
"codemeta:contIntegration": {
"id": "https://github.com/EcoJulia/EcoSISTEM.jl/actions/workflows/testing.yaml"
},
Expand Down

0 comments on commit b1a15ae

Please sign in to comment.