mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
update CHANGELOG
This commit is contained in:
parent
d16f5d8196
commit
9422571ca2
@ -1,10 +1,10 @@
|
||||
## 0.5.2 (Unreleased)
|
||||
## 0.5.3 (Unreleased)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* provider/aws: support ec2 termination protection [GH-1988]
|
||||
|
||||
## 0.5.1 (May 15, 2015)
|
||||
## 0.5.2 (May 15, 2015)
|
||||
|
||||
FEATURES:
|
||||
|
||||
@ -53,6 +53,10 @@ BUG FIXES:
|
||||
definition to match changes to Instance [GH-980]
|
||||
* provider/template: Fix infinite diff [GH-1898]
|
||||
|
||||
## 0.5.1 (never released)
|
||||
|
||||
This version was never released since we accidentally skipped it!
|
||||
|
||||
## 0.5.0 (May 7, 2015)
|
||||
|
||||
BACKWARDS INCOMPATIBILITIES:
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# This script builds the application from source for multiple platforms.
|
||||
set -e
|
||||
|
||||
# Get the parent directory of where this script is.
|
||||
SOURCE="${BASH_SOURCE[0]}"
|
||||
|
Loading…
Reference in New Issue
Block a user