Skip to content

Commit

Permalink
Update versions (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktangsali authored Nov 20, 2024
1 parent 6b7fb91 commit 9e0331a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body:
attributes:
label: Version
description: What version of Modulus and Modulus Symbolic are you running?
placeholder: "example: 1.7.0"
placeholder: "example: 1.8.0"
validations:
required: true

Expand Down
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,38 @@ 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.8.0a0] - 2024-11-XX
## [1.9.0a0] - 2025-01-XX

### Added

- Added devcontainer support.

### Changed

- Speeds up CUDA extension build by about 3x.

### Deprecated

### Removed

### Fixed

- Fix the area calculated for STL meshes.

### Security

### Dependencies

## [1.8.0] - 2024-12-04

### Added

- Added devcontainer support.

### Changed

- Speeds up CUDA extension build by about 3x.

### Fixed

- Fix the area calculated for STL meshes.

### Dependencies

- Relaxes versions for several dependencies.

## [1.7.0] - 2024-09-24
Expand Down
2 changes: 1 addition & 1 deletion modulus/sym/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.8.0a0"
__version__ = "1.8.0"

from pint import UnitRegistry

Expand Down

0 comments on commit 9e0331a

Please sign in to comment.