Skip to content

Commit

Permalink
chore: release v0.5.0 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: ollyjohn <[email protected]>
  • Loading branch information
optic-release-automation[bot] and ollyjohn authored Jul 26, 2023
1 parent 3bf46e8 commit fee61f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "temporal_tables",
"version": "0.4.2",
"version": "0.5.0",
"description": "A postgresql temporal_tables extension in PL/pgSQL",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion versioning_function.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- version 0.4.2
-- version 0.5.0

CREATE OR REPLACE FUNCTION versioning()
RETURNS TRIGGER AS $$
Expand Down
2 changes: 1 addition & 1 deletion versioning_function_nochecks.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- version 0.4.2
-- version 0.5.0

CREATE OR REPLACE FUNCTION versioning()
RETURNS TRIGGER AS $$
Expand Down

0 comments on commit fee61f4

Please sign in to comment.