Skip to content

Commit

Permalink
Merge pull request #81 from bcbi/dpa/docs
Browse files Browse the repository at this point in the history
Add a link to PackageCompilerX.jl
  • Loading branch information
DilumAluthge authored Jun 14, 2020
2 parents 21ba611 + 16d9459 commit d66183d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SimpleContainerGenerator"
uuid = "b8d349fb-717b-4aac-a9b1-e1da4219c631"
authors = ["Dilum Aluthge"]
version = "1.2.0"
version = "1.2.1"

[deps]
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ run(`docker build -t my_docker_username/my_image_name .`)

## Related Packages
1. [PackageCompiler.jl](https://github.com/JuliaLang/PackageCompiler.jl)
2. [PackageCompilerX.jl](https://github.com/JuliaLang/PackageCompilerX.jl)

## Acknowledgements

Expand Down

2 comments on commit d66183d

@DilumAluthge
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register branch=master

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

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 v1.2.1 -m "<description of version>" d66183d38e54f88ef4a57dd322b11428cc4c50f5
git push origin v1.2.1

Please sign in to comment.