Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBangar committed Jun 11, 2024
1 parent b4ae003 commit a5c8991
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

# [1.5.2]
### Added
- Spline edges on QuarterDisk, HalfDisk and Disk (FourCoreDisk) to improve mesh quality
- Face.remove_edges() to reset all edges to simple lines
- RoundSolidShape.remove_inner_edges() to get rid of splines in case the vertices need to be moved (in optimization, for example)

### Changed
- Updated affected tutorials (diffusers, cyclone)

# [1.5.1]
### Added
- Optimization:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "classy_blocks"
version = "1.5.1"
version = "1.5.2"
description = "Python classes for easier creation of openFoam's blockMesh dictionaries."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit a5c8991

Please sign in to comment.