Skip to content

Commit

Permalink
Add a changelog, bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 committed Jul 16, 2023
1 parent b3c4695 commit 10a89e0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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.1] - 2023-07-16

### Added

- Added support for `interpolation/1` and `locf/1`

## [0.1.1] - 2023-03-26

Initial stable release!

[unreleased]: https://github.com/davydog187/timescale/compare/v1.1.1...HEAD
[0.1.1]: https://github.com/davydog187/timescale/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/davydog187/timescale/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Timescale.MixProject do
use Mix.Project

@repo_url "https://github.com/davydog187/timescale"
@version "0.1.0"
@version "0.1.1"

def project do
[
Expand Down

0 comments on commit 10a89e0

Please sign in to comment.