Skip to content

Commit e6af8a4

Browse files
author
Jean-Paul Argudo
committed
v.1.4.8 ready to tag/release
1 parent 8d947f0 commit e6af8a4

6 files changed

Lines changed: 33 additions & 18 deletions

File tree

doc/04_release_notes.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# Release notes
22

3+
## Version 1.4.7 (August, 4th 2025)
4+
5+
### Major changes
6+
7+
- **none** this is a monthly build, to refresh dependencies'versions
8+
9+
### Minor changes
10+
11+
- built with Go 1.24.5
12+
13+
- rebuild of binaries with dependencies upgrades:
14+
- golang.org/x/crypto => v0.40.0
15+
- golang.org/x/sys => v0.34.0
16+
- golang.org/x/text => v0.27.0
17+
318
## Version 1.4.7 (May, 26th 2025)
419

520
### Major changes
621

7-
- **none** this is mostly a monthly build, to refresh dependencies'versions
22+
- **none** this is a monthly build, to refresh dependencies'versions
823

924
### Minor changes
1025

@@ -21,7 +36,7 @@
2136

2237
### Major changes
2338

24-
- **none** this is mostly a monthly build, to refresh dependencies'versions
39+
- **none** this is a monthly build, to refresh dependencies'versions
2540

2641
### Minor changes
2742

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pgSimload v.1.4.7 documentation
1+
# pgSimload v.1.4.8 documentation
22

33
## [Overview](01_overview.md)
44

doc/pgSimload.doc.pdf

1.38 KB
Binary file not shown.

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ require (
88
github.com/MakeNowJust/heredoc v1.0.0
99
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
1010
github.com/jackc/pgx/v5 v5.7.5
11-
golang.org/x/crypto v0.38.0
11+
golang.org/x/crypto v0.40.0
1212
)
1313

1414
require (
1515
github.com/jackc/pgpassfile v1.0.0 // indirect
1616
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
17-
golang.org/x/text v0.25.0 // indirect
17+
golang.org/x/text v0.27.0 // indirect
1818
)
1919

20-
require golang.org/x/sys v0.33.0 // indirect
20+
require golang.org/x/sys v0.34.0 // indirect

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV
2020
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
2121
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
2222
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
23-
golang.org/x/crypto v0.38.0 h1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8=
24-
golang.org/x/crypto v0.38.0/go.mod h1:MvrbAqul58NNYPKnOra203SB9vpuZW0e+RRZV+Ggqjw=
25-
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
26-
golang.org/x/sync v0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
27-
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
28-
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
29-
golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=
30-
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
31-
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
32-
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
23+
golang.org/x/crypto v0.40.0 h1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM=
24+
golang.org/x/crypto v0.40.0/go.mod h1:Qr1vMER5WyS2dfPHAlsOj01wgLbsyWtFn/aY+5+ZdxY=
25+
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
26+
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
27+
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
28+
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
29+
golang.org/x/term v0.33.0 h1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg=
30+
golang.org/x/term v0.33.0/go.mod h1:s18+ql9tYWp1IfpV9DmCtQDDSRBUjKaw9M1eAv5UeF0=
31+
golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=
32+
golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU=
3333
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
3434
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
3535
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ var (
3737
rsleep_time time.Duration
3838
silent_start bool
3939

40-
Version = "v.1.4.7"
41-
Release_date = "May, 26th 2025"
40+
Version = "v.1.4.8"
41+
Release_date = "August, 4th 2025"
4242

4343
License = heredoc.Doc(`
4444
**The PostgreSQL License**

0 commit comments

Comments
 (0)