File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments