File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1- ## 3.4.0 [ unreleased ]
1+ ## 3.4.0 [ 2023-07-28 ]
22
33### Bug Fixes
4- 1 . [ #144 ] ( https://github.com/influxdata/influxdb-client-php/pull/144 ) : Correcti closing the UdpWriter
4+ 1 . [ #144 ] ( https://github.com/influxdata/influxdb-client-php/pull/144 ) : Corrects closing the UdpWriter
55
66## 3.3.0 [ 2023-03-29]
77
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
2424 command : doxygen
2525
2626 doc-publish :
27- image : ubuntu
27+ image : bitnami/git
2828 volumes :
2929 - ./docs/html:/code/docs
3030 - ./scripts:/code/scripts
Original file line number Diff line number Diff line change 55SCRIPT_PATH=" $( cd " $( dirname " $0 " ) " || exit ; pwd -P ) "
66cd " $SCRIPT_PATH " /..
77
8- echo " # Install Git"
9- apt-get update \
10- && apt-get install git --yes \
11-
128echo " # Clone client and switch to branch for GH-Pages"
139git clone
[email protected] :influxdata/influxdb-client-php.git \
1410 && cd influxdb-client-php \
@@ -25,5 +21,5 @@ cp -R "${SCRIPT_PATH}"/../.circleci/ "$SCRIPT_PATH"/../influxdb-client-php/
2521
2622echo " # Deploy site"
2723git add -f .
28- git commit -c commit.gpgsign=false - m " Pushed the latest Docs to GitHub pages [skip CI]"
24+ git commit -m " Pushed the latest Docs to GitHub pages [skip CI]"
2925git push -fq origin gh-pages
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Client
1515 /**
1616 * Client version updated by: 'make release VERSION=1.5.0'
1717 */
18- const VERSION = 'dev ' ;
18+ const VERSION = '3.4.0 ' ;
1919
2020 public $ options ;
2121 public $ closed = false ;
You can’t perform that action at this time.
0 commit comments