Skip to content

Commit ebe15bd

Browse files
committed
Release v0.13.1
1 parent 3bfe591 commit ebe15bd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased][unreleased]
66

7+
## [v0.13.1] - 2022-09-07
8+
9+
### Fixed
10+
11+
- Fix the generator to commit removed files to the repository.
12+
This prevents problems with renamed modules, or removed ones.
13+
We also removed the modules with problems.
14+
715
## [v0.13.0] - 2022-09-02
816

917
### Fixed
@@ -503,7 +511,8 @@ is an example).
503511
- `AWS.StorageGateway` module for Storage Gateway Service
504512
- `AWS.Support` module for Support Service.
505513

506-
[unreleased]: https://github.com/aws-beam/aws-elixir/compare/v0.13.0...HEAD
514+
[unreleased]: https://github.com/aws-beam/aws-elixir/compare/v0.13.1...HEAD
515+
[v0.13.1]: https://github.com/aws-beam/aws-elixir/compare/v0.13.0...v0.13.1
507516
[v0.13.0]: https://github.com/aws-beam/aws-elixir/compare/v0.12.0...v0.13.0
508517
[v0.12.0]: https://github.com/aws-beam/aws-elixir/compare/v0.11.0...v0.12.0
509518
[v0.11.0]: https://github.com/aws-beam/aws-elixir/compare/v0.10.1...v0.11.0

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AWS.Mixfile do
22
use Mix.Project
33

4-
@version "0.13.0"
4+
@version "0.13.1"
55
@repo_url "https://github.com/aws-beam/aws-elixir"
66

77
def project do

0 commit comments

Comments
 (0)