Skip to content

Commit 755b55d

Browse files
committed
New upstream version
1 parent b24eba9 commit 755b55d

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pgloader build tool
22
APP_NAME = pgloader
3-
VERSION = 3.6.6
3+
VERSION = 3.6.7
44

55
# use either sbcl or ccl
66
CL = sbcl

Diff for: debian/changelog

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
pgloader (3.6.6-2) UNRELEASED; urgency=medium
1+
pgloader (3.6.7-1) unstable; urgency=medium
22

3+
* New upstream version:
34
* Set SBCL dynamic space size to 16 GB on 64 bit architectures.
5+
* Improve documentation with command lines and defaults.
6+
* SBCL compiler notes should not be fatal to pgloader.
47

5-
-- Christoph Berg <[email protected]> Mon, 11 Jul 2022 15:31:49 +0200
8+
-- Christoph Berg <[email protected]> Sat, 13 Aug 2022 10:32:41 +0200
69

710
pgloader (3.6.6-1) unstable; urgency=medium
811

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = '3.6'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.6.6'
60+
release = '3.6.7'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

Diff for: pgloader.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: extract, transform and load data into PostgreSQL
22
Name: pgloader
3-
Version: 3.6.6
3+
Version: 3.6.7
44
Release: 22%{?dist}
55
License: The PostgreSQL Licence
66
Group: System Environment/Base

Diff for: src/params.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"non-nil when this build is a release build.")
4545

4646
(defparameter *major-version* "3.6")
47-
(defparameter *minor-version* "6")
47+
(defparameter *minor-version* "7")
4848

4949
(defun git-hash ()
5050
"Return the current abbreviated git hash of the development tree."

0 commit comments

Comments
 (0)