Skip to content

Commit

Permalink
Release 0.1.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
terenceponce authored Nov 22, 2023
1 parent d3bc77c commit d32f9c1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2023-11-22

### Added

- This repo which is a fresh Phoenix 1.7.9 web app.
- Use [AGPL-3.0](https://choosealicense.com/licenses/agpl-3.0/) as the license for this project. ([#1])
- CI pipeline through [GitHub Actions](https://github.com/features/actions). ([#3] [#4] [#5])
- Authentication System courtesy of `mix phx.gen.auth`. ([#8])
- Book resource. ([#10])
- Layout based on [Flowbite](https://flowbite.com). ([#11])
- Containerization and Continuous Deployment to [Fly.io](https://fly.io). ([#12] [#17] [#18])
- Integration of [PostMark](https://postmarkapp.com) for sending emails. ([#19])

[Unreleased]: https://github.com/DashFloat/dashfloat/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/DashFloat/dashfloat/releases/tag/v0.1.0

[#19]: https://github.com/DashFloat/dashfloat/pull/19
[#18]: https://github.com/DashFloat/dashfloat/pull/18
[#17]: https://github.com/DashFloat/dashfloat/pull/17
[#12]: https://github.com/DashFloat/dashfloat/pull/12
[#11]: https://github.com/DashFloat/dashfloat/pull/11
[#10]: https://github.com/DashFloat/dashfloat/pull/10
[#8]: https://github.com/DashFloat/dashfloat/pull/8
[#5]: https://github.com/DashFloat/dashfloat/pull/5
[#4]: https://github.com/DashFloat/dashfloat/pull/4
[#3]: https://github.com/DashFloat/dashfloat/pull/3
[#1]: https://github.com/DashFloat/dashfloat/pull/1
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule DashFloat.MixProject do
def project do
[
app: :dashfloat,
version: "0.0.0",
version: "0.1.0",
elixir: "1.15.7",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit d32f9c1

Please sign in to comment.