Skip to content

Commit

Permalink
Release 3.2.0 (#343)
Browse files Browse the repository at this point in the history
* Prepared release 3.2.0

* Update LM-CLI CHANGELOG

---------

Co-authored-by: julianaklulo <julianaklulo@users.noreply.github.com>
  • Loading branch information
julianaklulo and julianaklulo committed Apr 29, 2024
1 parent 4fed3a2 commit 47212d5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions lm-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This file keeps track of all notable changes to `License Manager Agent`.

## Unreleased


## 3.2.0 -- 2024-04-29
* Improve FlexLM, LM-X and OLicense parsers to parse multiple versions of the license server output [ASP-4670]
* Fix LS-Dyna parser to parse the queue value when it's represented as a dash instead of a zero
* Fix bug with output parsing when there's non UTF-8 characters in the output [ASP-5160]
Expand Down
2 changes: 1 addition & 1 deletion lm-agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-agent"
version = "3.1.0"
version = "3.2.0"
description = "Provides an agent for interacting with license manager"
authors = ["OmniVector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions lm-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This file keeps track of all notable changes to `License Manager API`.

## Unreleased


## 3.2.0 -- 2024-04-29
* Expanded permission sets from view/edit to create/read/update/delete [PENG-2160]
* Added admin permission to allow for full access to all resources [PENG-2207]

Expand Down
2 changes: 1 addition & 1 deletion lm-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-backend"
version = "3.1.0"
version = "3.2.0"
description = "Provides an API for managing license data"
authors = ["OmniVector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
4 changes: 4 additions & 0 deletions lm-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This file keeps track of all notable changes to `License Manager CLI`.

## Unreleased


## 3.2.0 -- 2024-04-29
* Bumped version to keep in sync with backend and agent

## 3.1.0 -- 2024-01-24
* Updated linter and checker to use ruff [ASP-4293]
* Change minimum Python version to 3.12 [ASP-4295]
Expand Down
2 changes: 1 addition & 1 deletion lm-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-cli"
version = "3.1.0"
version = "3.2.0"
description = "License Manager CLI Client"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down

0 comments on commit 47212d5

Please sign in to comment.