Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
rallen10 committed Jan 9, 2024
1 parent 7027226 commit c5fb63b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ 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).

## [v0.5.1] - 2024.01.09

_KSPDG Challenge @ SciTech 2024 - Finals Codebase_

### Added

- Printout of current score for audience engagement purposes

### Fixed

- infinite loop in lbg1_lg2 if proximity to lady never reached
- lbg1 smoketest overwrite

### Changed

- moved PARMAS.INFO.K_WEIGHTED_SCORE to parent environment class

### Removed

## [v0.5.0] - 2023.12.15

_KSPDG Challenge @ SciTech 2024 - Semi-Finals Codebase_
Expand Down
2 changes: 1 addition & 1 deletion src/kspdg/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# Single-sourcing package version
# https://packaging.python.org/guides/single-sourcing-package-version/

VERSION = "0.5.0"
VERSION = "0.5.1"

0 comments on commit c5fb63b

Please sign in to comment.