Skip to content

Commit 7b41e72

Browse files
committed
Prepare for 0.7.5 release
1 parent e61da86 commit 7b41e72

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.7.5 (2024-03-25)
2+
--------------------------
3+
Add gp3 volume support (#93)
4+
15
Version 0.7.4 (2023-12-01)
26
--------------------------
37
Bump alpine version to 3.18.5 (#91)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2121
See the License for the specific language governing permissions and
2222
limitations under the License.
2323

24-
[release-image]: https://img.shields.io/badge/release-0.7.4-6ad7e5.svg?style=flat
24+
[release-image]: https://img.shields.io/badge/release-0.7.5-6ad7e5.svg?style=flat
2525
[releases]: https://github.com/snowplow/dataflow-runner/releases
2626

2727
[license-image]: https://img.shields.io/badge/license-Apache--2-blue.svg?style=flat

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.4
1+
0.7.5

src/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ import (
3737
const (
3838
appName = "dataflow-runner"
3939
appUsage = "Run templatable playbooks of Hadoop/Spark/et al jobs on Amazon EMR"
40-
appCopyright = "(c) 2016-2022 Snowplow Analytics Ltd"
41-
cliVersion = "0.7.4"
40+
appCopyright = "(c) 2016-2024 Snowplow Analytics Ltd"
41+
cliVersion = "0.7.5"
4242
varDelim = ","
4343
fEmrConfig = "emr-config"
4444
fEmrPlaybook = "emr-playbook"

0 commit comments

Comments
 (0)