Skip to content

Commit

Permalink
chore(release): version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Vasconez committed Nov 15, 2023
1 parent 001c06d commit 27e7501
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.5.0] - 2023-11-15

### Features

- *(#29)* [**breaking**] Improve method `filter_cut_volumes_above_polygons` to consider all the vertices of the cut_volumes, instead of only the centroid of the bounding box.

## [0.4.0] - 2023-11-15

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "plxcontroller"
version = "0.4.0"
version = "0.5.0"
description = "Controllers to create and modify Plaxis 2D and 3D models with enhanced functionalities."
requires-python = ">=3.9"
dependencies = [
Expand Down

0 comments on commit 27e7501

Please sign in to comment.