Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranswhite committed Nov 1, 2024
1 parent 1b512f9 commit 6de9586
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5.0",
"version": "0.6.0",
"description": "A postgresql temporal_tables extension in PL/pgSQL",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion system_time_function.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- version 0.5.0
-- version 0.6.0

CREATE OR REPLACE FUNCTION set_system_time(user_timestamp text)
RETURNS text AS $$
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.5.0
-- version 0.6.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.5.0
-- version 0.6.0

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

0 comments on commit 6de9586

Please sign in to comment.