Skip to content

Commit

Permalink
📝 Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkrupinski committed Jun 25, 2024
1 parent 82f1983 commit 10c30db
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog

# 0.3.0 - 2024-02-24
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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Removed

- Removed deprecated `render` function.

### Fixed

- When rendering with `remove_stale`, do not try removing target root or non-empty directories.


# [0.3.0] - 2024-02-24

### Changed

Expand All @@ -16,13 +32,13 @@

- Create parent directories

# 0.2.1 - 2024-02-09
# [0.2.1] - 2024-02-09

### Fixed

- Fix configuring JinjaAdapter when an instance of Environment is passed.

## 0.2.0 - 2024-02-09
## [0.2.0] - 2024-02-09

### Changed

Expand All @@ -45,6 +61,12 @@
- Fix template file name resolution for Jinja on Windows.
- Don't try rendering file or directory if its name rendered empty.

## 0.1.0 - 2023-12-27
## [0.1.0] - 2023-12-27

_The first release._

[unreleased]: https://github.com/python-lapidary/rybak/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/python-lapidary/rybak/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/python-lapidary/rybak/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/python-lapidary/rybak/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/python-lapidary/rybak/releases/tag/v0.1.0

0 comments on commit 10c30db

Please sign in to comment.