Skip to content

Commit

Permalink
Add changelog, licese, and package metadata (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyPS authored Dec 3, 2021
1 parent d9106e4 commit c26a0fb
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.1.1] - 2021-12-02
- Add a LICENSE
- Add package metadata

## [0.1.0] - 2021-12-02
- Update README
- Add a CHANGELOG.md
Expand Down
19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2021 Shimmur, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
10 changes: 7 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule CheckerCab.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.1.1"

def project do
[
Expand Down Expand Up @@ -34,8 +34,12 @@ defmodule CheckerCab.MixProject do
defp package do
[
organization: "community",
description: "TODO",
links: %{"GitHub" => "https://github.com/Shimmur/checker_cab"}
description: "Test assertion helpers including assert_values_for",
links: %{"GitHub" => "https://github.com/Shimmur/checker_cab"},
files: ["lib", "mix.exs", "README*", "LICENSE*"],
maintainers: ["Jeffrey Matthias", "Geoff Smith"],
organization: "community",
licenses: ["MIT"]
]
end

Expand Down

0 comments on commit c26a0fb

Please sign in to comment.