From 3c330373f238ae4eecc584bb8e2cb07a8f918990 Mon Sep 17 00:00:00 2001 From: pjhartzell Date: Sun, 13 Aug 2023 08:12:14 -0400 Subject: [PATCH] release v0.1.0 --- .pre-commit-config.yaml | 4 ++-- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec3e7ec..c6b0193 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.282 + rev: v0.0.284 hooks: - id: ruff - repo: https://github.com/psf/black @@ -16,7 +16,7 @@ repos: - id: codespell types_or: [markdown, python, shell] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.5.0 hooks: - id: mypy files: ".*\\.py$" diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e5e076c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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-08-13 + +Initial release. + +[unreleased]: https://github.com/pjhartzell/raster-footprint/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/pjhartzell/raster-footprint/releases/tag/v0.1.0