Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amclain committed Apr 27, 2024
1 parent 05701ae commit 66c5a3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## v1.0.0

Production release.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright 2023 Alex McLain
Copyright 2023 Redwire Labs LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 4 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Speck.MixProject do
def project do
[
app: :speck,
version: "0.2.0",
version: "1.0.0",
elixir: "~> 1.14",
start_permanent: Mix.env == :prod,
compilers: Mix.compilers ++ [:speck],
Expand Down Expand Up @@ -53,18 +53,19 @@ defmodule Speck.MixProject do
defp docs do
[
main: "readme",
extras: ["README.md", "LICENSE.txt"]
extras: ["CHANGELOG.md", "README.md", "LICENSE.txt"]
]
end

defp package do
[
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/amclain/speck"},
links: %{"GitHub" => "https://github.com/redwirelabs/speck"},
maintainers: ["Alex McLain"],
files: [
"lib",
"mix.exs",
"CHANGELOG.md",
"LICENSE.txt",
"README.md",
]
Expand Down

0 comments on commit 66c5a3a

Please sign in to comment.