Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
upd ref BitemporalPostgres
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed May 14, 2024
1 parent c359a19 commit bb2b3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

[[deps.BitemporalPostgres]]
deps = ["AbstractTrees", "Dates", "Intervals", "Logging", "Pkg", "SearchLight", "SearchLightPostgreSQL", "Test", "TimeZones", "ToStruct", "YAML"]
git-tree-sha1 = "3928554d7c968b0ada85898a43941e399cdcd871"
git-tree-sha1 = "a2fb090381ee8304307d4fbce926d63dea8689f6"
uuid = "e513cd14-23e6-48df-acf1-d9bc8fa5674b"
version = "1.9.0"
version = "1.9.2"

[[deps.CEnum]]
git-tree-sha1 = "eb4cb44a499229b3b8426dcfb5dd85333951ff90"
Expand Down

2 comments on commit bb2b3b8

@michaelfliegner
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

Release notes:
Ref BitemporalPostgres 1.9.2
Corrections for use of variables for julia versions in github actions and gitpod startup

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

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

Please sign in to comment.