Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thomas Citharel
ExOptimizer
Commits
ceb3bfa8
Verified
Commit
ceb3bfa8
authored
Oct 24, 2020
by
Thomas Citharel
🏃🏻
Browse files
Version 0.1.1
Signed-off-by:
Thomas Citharel
<
tcit@tcit.fr
>
parent
4a18f0d9
Pipeline
#355318
passed with stages
in 1 minute and 59 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
ceb3bfa8
# Changelog
## 0.1.1
2020-10-24
### Changed
*
Move optimizers binary name to module attributes
*
Update dependencies
*
Update CI Dockerfile
### Fixed
*
Remove usage of depreciated
`Code.ensure_compiled?/1`
function
*
Fixed Credo warnings
## 0.1.0
2019-10-20
...
...
mix.exs
View file @
ceb3bfa8
...
...
@@ -4,7 +4,7 @@ defmodule ExOptimizer.MixProject do
def
project
do
[
app:
:ex_optimizer
,
version:
"0.1.
0
"
,
version:
"0.1.
1
"
,
elixir:
"~> 1.9"
,
start_permanent:
Mix
.
env
()
==
:prod
,
deps:
deps
(),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment