Skip to content

Commit

Permalink
Release workspace_new 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed May 13, 2024
1 parent 8e53896 commit 71a55b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workspace_new/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v0.1.0](TODO) (TODO)
## [v0.1.0](https://github.com/sportradar/elixir-workspace/tree/workspace_new/v0.1.0) (2024-05-13)

Initial release.
3 changes: 1 addition & 2 deletions workspace_new/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ defmodule WorkspaceNew.MixProject do
deps: deps(),
deps_path: "../artifacts/deps",
build_path: "../artifacts/build",
preferred_cli_env: [docs: :docs],

# Tests
test_coverage: [
Expand Down Expand Up @@ -51,7 +50,7 @@ defmodule WorkspaceNew.MixProject do

defp deps do
[
{:ex_doc, "== 0.32.2", only: :docs},
{:ex_doc, "== 0.32.2", only: :dev, runtime: false},
{:credo, "== 1.7.6", only: [:dev, :test], runtime: false},
{:dialyxir, "== 1.4.3", only: [:dev], runtime: false},
{:doctor, "== 0.21.0", only: :dev, runtime: false}
Expand Down

0 comments on commit 71a55b1

Please sign in to comment.