stratosphere 1.0.0 → 1.0.1
raw patch · 3 files changed
+5/−3 lines, 3 files
Files
- CHANGELOG.md +4/−0
- README.md +0/−2
- stratosphere.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change Log +## 1.0.1 2025-11-07++Fix misleading note in readme about old API.+ ## 1.0 2025-11-07 TLDR: Loads of breaking changes, with good reasons.
README.md view
@@ -25,8 +25,6 @@ ## Example -**THIS SHOWS UNRELEASED API, to use it use a git source while 1.0 is under development** [old readme](https://github.com/mbj/stratosphere/tree/v0.60.0#readme).- Here is an example of a `Template` that creates an EC2 instance, along with the JSON output:
stratosphere.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: stratosphere-version: 1.0.0+version: 1.0.1 synopsis: EDSL for AWS CloudFormation description: EDSL for AWS CloudFormation, base types to be used by sibling stratosphere-* packages. category: AWS, Cloud