Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhartzell committed Aug 13, 2023
1 parent e3b5cea commit 3c33037
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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$"
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3c33037

Please sign in to comment.