Skip to content

Commit

Permalink
Augmentor v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 committed Feb 13, 2020
1 parent 2797926 commit 1d53aab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.6.0

Other changes:

- upgrade to Julia 1.x

# v0.5.0

New functionality:
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 = "Augmentor"
uuid = "02898b10-1f73-11ea-317c-6393d7073e15"
authors = ["Christof Stocker <[email protected]>"]
version = "0.6.0-pre"
version = "0.6.0"

[deps]
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3"
Expand Down

6 comments on commit 1d53aab

@johnnychen94
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@johnnychen94
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Looks like Registrator.jl isn't installed

@johnnychen94
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

bump @Evizero

@Evizero
Copy link
Owner

Choose a reason for hiding this comment

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

done

@johnnychen94
Copy link
Collaborator 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/9602

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.0 -m "<description of version>" 1d53aab089cfdb49930c50e5de49a08bc35e0ecb
git push origin v0.6.0

Also, note the warning: This looks like a new registration that registers version 0.6.0.
Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.