Skip to content

Commit

Permalink
Reduce version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Macr0Nerd committed Mar 1, 2024
1 parent 4c276d8 commit d43ee3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.1.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
11 changes: 2 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.2.0] - 2024-02-26
## [1.1.0] - 2024-02-26
### Added
- **Create** - Added `destroy_on_create`
- **Create** - Added `create_timeout` option
- **Common** - Moved all `n_list` functions to `get_nlist()`
- **Dependencies** - Updated dependencies and tested on latest versions

## [1.1.1] - 2024-02-08

### Changed
- **Create** - Set default boto3 session at beginning of create to resolve region bug

## [1.1.0] - 2024-02-07

### Added
- **Create**
- Multi-AZ functionality
- Spot retries
Expand Down
2 changes: 1 addition & 1 deletion src/forge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.0"
__version__ = "1.1.0"

# Default values for forge's essential arguments
DEFAULT_ARG_VALS = {
Expand Down

0 comments on commit d43ee3c

Please sign in to comment.