Skip to content

Commit

Permalink
Raise the lower-bound version number to julia 1.6. Bump our version t…
Browse files Browse the repository at this point in the history
…o 0.4
  • Loading branch information
NHDaly authored Feb 18, 2022
1 parent 8aa24e8 commit 460eb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name = "FixedPointDecimals"
uuid = "fb4d412d-6eee-574d-9565-ede6634db7b0"
authors = ["Fengyang Wang <[email protected]>", "Curtis Vogt <[email protected]>"]
version = "0.3.1"
version = "0.4.0"

[compat]
julia = "0.7, 1.0"
julia = "1.6"

[extras]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand Down

3 comments on commit 460eb8f

@NHDaly
Copy link
Member Author

@NHDaly NHDaly commented on 460eb8f Feb 18, 2022

Choose a reason for hiding this comment

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

This commit was a follow up to #69.

@NHDaly
Copy link
Member Author

@NHDaly NHDaly commented on 460eb8f Feb 18, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/54927

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.4.0 -m "<description of version>" 460eb8ff46c2a01ccb6c5363c75c7e5321c33669
git push origin v0.4.0

Please sign in to comment.