Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sostock committed Nov 25, 2020
1 parent fb38182 commit 11b78bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## v0.1.1

* ![Enhancement](https://img.shields.io/badge/-enhancement-blue) Affine quantities are now converted to absolute quantities before calling `edconvert`, thereby eliminating the need to account for affine quantities when implementing new `edconvert` methods. ([#11](https://github.com/sostock/UnitfulEquivalences.jl/pull/11))

## v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "UnitfulEquivalences"
uuid = "da9c4bc3-91c8-4f02-8a40-6b990d2a7e0c"
authors = ["Sebastian Stock"]
version = "0.1.0"
version = "0.1.1"

[deps]
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Expand Down

2 comments on commit 11b78bc

@sostock
Copy link
Owner Author

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/25301

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.1.1 -m "<description of version>" 11b78bc90c1ce41ecdda0c723d221ee8a82b0f2c
git push origin v0.1.1

Please sign in to comment.