File tree 5 files changed +9
-6
lines changed
5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
# pgloader build tool
2
2
APP_NAME = pgloader
3
- VERSION = 3.6.6
3
+ VERSION = 3.6.7
4
4
5
5
# use either sbcl or ccl
6
6
CL = sbcl
Original file line number Diff line number Diff line change 1
- pgloader (3.6.6-2) UNRELEASED ; urgency=medium
1
+ pgloader (3.6.7-1) unstable ; urgency=medium
2
2
3
+ * New upstream version:
3
4
* 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.
4
7
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
6
9
7
10
pgloader (3.6.6-1) unstable; urgency=medium
8
11
Original file line number Diff line number Diff line change 57
57
# The short X.Y version.
58
58
version = '3.6'
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '3.6.6 '
60
+ release = '3.6.7 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
Summary: extract, transform and load data into PostgreSQL
2
2
Name: pgloader
3
- Version: 3.6.6
3
+ Version: 3.6.7
4
4
Release: 22%{?dist }
5
5
License: The PostgreSQL Licence
6
6
Group: System Environment/Base
Original file line number Diff line number Diff line change 44
44
" non-nil when this build is a release build." )
45
45
46
46
(defparameter *major-version* " 3.6" )
47
- (defparameter *minor-version* " 6 " )
47
+ (defparameter *minor-version* " 7 " )
48
48
49
49
(defun git-hash ()
50
50
" Return the current abbreviated git hash of the development tree."
You can’t perform that action at this time.
0 commit comments