From 552267aed0f3449052cccbb5215bc06e5d146ee0 Mon Sep 17 00:00:00 2001 From: Christian Koch Date: Thu, 4 Aug 2022 10:22:47 -0500 Subject: [PATCH] chore(VERSION): bump version --- README.md | 5 +++-- VERSION | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e06ea0c..14d1f71 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,11 @@ Use at your peril, _for now._ - [X] Add CLI tests - [X] Add and configure CHANGELOG tracking. - [X] Support opt-out of format-ing + - [X] Option to only change the module name throughout the project ## Roadmap TODO - - [] Option to only change the module name throughout the project + - [] With module-only option, ensure we remove changed aliases - [] find dead functions - [] find module attrs and also move them? - [] find types referenced in the moved specs @@ -52,7 +53,7 @@ Use at your peril, _for now._ ### changex usage: - `mix changex.update --github ckochx/ex_factor` + `mix changex.update --github ckochx/ex_factor --format github` ## Installation diff --git a/VERSION b/VERSION index a2268e2..9fc80f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1 \ No newline at end of file +0.3.2 \ No newline at end of file