Skip to content

Commit

Permalink
chore(remove changex):
Browse files Browse the repository at this point in the history
Don't use a VERSION file
  • Loading branch information
ckoch-cars committed Aug 4, 2022
1 parent 552267a commit ff39fb3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.1

* Bug fixes
* [ExFactor.Extractor] create path! for new modules

# v0.3.0

## Bug Fixes
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ Use at your peril, _for now._

See [CHANGELOG.md](https://github.com/ckochx/ex_factor/blob/main/CHANGELOG.md)

Using [changex](https://github.com/Gazler/changex) to track changes.

### changex usage:

`mix changex.update --github ckochx/ex_factor --format github`

## Installation

[Hex](https://hex.pm/docs/publish), the package can be installed
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

7 changes: 2 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ defmodule ExFactor.MixProject do

@name "ExFactor"
@source_url "https://github.com/ckochx/ex_factor"
@version "VERSION"
|> File.read!()
|> String.trim()
@version "0.3.3"

def project do
[
Expand Down Expand Up @@ -39,8 +37,7 @@ defmodule ExFactor.MixProject do

defp deps do
[
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
{:changex, ">= 0.0.0", only: :dev, runtime: false}
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false}
]
end

Expand Down
1 change: 0 additions & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
%{
"changex": {:hex, :changex, "0.3.0", "ccba573ffc7f42b7535a31ee457c7e6d23628480d17afb0a7ce9695dfbde2ba1", [:mix], [], "hexpm", "8d2a4549f006835ef7d26bbf1e452d0d4c4093865db9998b50aa426cb2fe19b6"},
"earmark_parser": {:hex, :earmark_parser, "1.4.26", "f4291134583f373c7d8755566122908eb9662df4c4b63caa66a0eabe06569b0a", [:mix], [], "hexpm", "48d460899f8a0c52c5470676611c01f64f3337bad0b26ddab43648428d94aabc"},
"ex_doc": {:hex, :ex_doc, "0.28.4", "001a0ea6beac2f810f1abc3dbf4b123e9593eaa5f00dd13ded024eae7c523298", [:mix], [{:earmark_parser, "~> 1.4.19", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "bf85d003dd34911d89c8ddb8bda1a958af3471a274a4c2150a9c01c78ac3f8ed"},
"makeup": {:hex, :makeup, "1.1.0", "6b67c8bc2882a6b6a445859952a602afc1a41c2e08379ca057c0f525366fc3ca", [:mix], [{:nimble_parsec, "~> 1.2.2 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "0a45ed501f4a8897f580eabf99a2e5234ea3e75a4373c8a52824f6e873be57a6"},
Expand Down

0 comments on commit ff39fb3

Please sign in to comment.