From ddc0e9034c272a62da7987b00eae1d758001cb50 Mon Sep 17 00:00:00 2001 From: Coby Benveniste Date: Wed, 8 Jan 2025 12:27:53 +0200 Subject: [PATCH] v1.0.0 (I hope) --- CHANGELOG.md | 26 +++++++------------------- mix.exs | 2 +- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eabccaf..2e901af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,15 @@ # 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). +This changelog follows the same style that I have seen LiveView, Phoenix, and Elixir use in the past. I'll try to make sure that I maintain it - probably should create some sort of automated process for it... who knows. For now - there's only one release so this should be good enough! -## [Unreleased] -### Added -- Added new features +## 1.0.0 -### Changed -- Changed an existing functionality +This is the first official release! So everything is empty. Read the docs to get started - have fun! -### Deprecated -- Deprecated a feature so that it can be removed in a later release +### Bug fixes -### Removed -- Removed a feature +### Enhancements -### Fixed -- Fixed a bugfix +### Deprecations -### Security -- Patched a security vulnerability - -[Unreleased]: https://github.com/probably-not/flame-ec2/compare/v0.1.0...HEAD -[0.1.0]: https://github.com/probably-not/flame-ec2/releases/tag/v0.1.0 \ No newline at end of file +### Removal of previously deprecated functionality diff --git a/mix.exs b/mix.exs index eb66552..c0aeb22 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule FlameEC2.MixProject do def project do [ app: :flame_ec2, - version: "0.0.1-rc-11", + version: "1.0.0", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, elixirc_paths: elixirc_path(Mix.env()),