Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-w committed Aug 27, 2024
1 parent 0c902d5 commit f07446f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Wflow"
uuid = "d48b7d99-76e7-47ae-b1d5-ff0c1cf9a818"
authors = ["Deltares and contributors"]
version = "0.8.0"
version = "0.8.1"

[deps]
BasicModelInterface = "59605e27-edc0-445a-b93d-c09a3a50b330"
Expand Down
2 changes: 1 addition & 1 deletion build/wflow_cli/Setup/Installer/Application.Setup.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>3.10</ProductVersion>
<ProjectGuid>{39da8083-e405-42e6-850c-d25685e91f81}</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<ReleaseVersion>0.8.0</ReleaseVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<OutputType>Package</OutputType>
<DefineSolutionProperties>false</DefineSolutionProperties>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## v0.8.1 - 2024-08-27

### Fixed
- Reduce allocations in update of vertical `SBM` concept.
Expand Down
2 changes: 1 addition & 1 deletion server/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ version = "0.21.70"
deps = ["BasicModelInterface", "CFTime", "Dates", "DelimitedFiles", "FieldMetadata", "Glob", "Graphs", "IfElse", "LoggingExtras", "LoopVectorization", "NCDatasets", "Parameters", "Polyester", "ProgressLogging", "Random", "StaticArrays", "Statistics", "TOML", "TerminalLoggers", "UnPack"]
path = ".."
uuid = "d48b7d99-76e7-47ae-b1d5-ff0c1cf9a818"
version = "0.8.0"
version = "0.8.1"

[[deps.XML2_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libiconv_jll", "Zlib_jll"]
Expand Down

2 comments on commit f07446f

@verseve
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/113914

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.1 -m "<description of version>" f07446f303668cc1e83cd1f69333e7101b62d8a7
git push origin v0.8.1

Please sign in to comment.