Skip to content

Commit 8e42ade

Browse files
committed
Release 1.1.0
1 parent 88307ac commit 8e42ade

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

META.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "git_fdw",
33
"abstract": "PostgreSQL Git Foreign Data Wrapper",
44
"description": "PostgreSQL Git Foreign Data Wrapper",
5-
"version": "1.0.2",
5+
"version": "1.1.0",
66
"maintainer": [
77
"Franck Verrot <[email protected]>"
88
],
@@ -28,9 +28,9 @@
2828
"provides": {
2929
"git_fdw": {
3030
"abstract": "git_fdw is a Git Foreign Data Wrapper for PostgreSQL written in C",
31-
"file": "git_fdw--1.0.2.sql",
31+
"file": "git_fdw--1.1.0.sql",
3232
"docfile": "README.md",
33-
"version": "1.0.2"
33+
"version": "1.1.0"
3434
}
3535
},
3636
"prereqs": {

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MODULE_big = git_fdw
44
SHLIB_LINK = -lgit2
55
EXTENSION = git_fdw
66
OBJS = git_fdw.o
7-
DATA = git_fdw--1.0.2.sql
7+
DATA = git_fdw--1.1.0.sql
88
PGFILEDESC = "git_fdw - foreign data wrapper for git repositories"
99

1010
PG_CONFIG = pg_config
File renamed without changes.

git_fdw.control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# git_fdw extension
22
comment = 'foreign-data wrapper for git repositories'
3-
default_version = '1.0.2'
3+
default_version = '1.1.0'
44
module_pathname = '$libdir/git_fdw'
55
relocatable = true

0 commit comments

Comments
 (0)