Skip to content

Commit

Permalink
v1.0.0 (I hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
probably-not committed Jan 8, 2025
1 parent f9cda5d commit ddc0e90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
26 changes: 7 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
### Removal of previously deprecated functionality
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 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()),
Expand Down

0 comments on commit ddc0e90

Please sign in to comment.