Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup Changelog #78

Merged
merged 1 commit into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 13 additions & 16 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

[//]: # (towncrier release notes start)

## 0.5.0 (2024-04-26)
## 0.5.0 (2024-04-26) {: #0.5.0 }



Expand All @@ -34,47 +34,46 @@

---

## 0.4.0 (2024-03-18)
## 0.4.0 (2024-03-18) {: #0.4.0 }



#### Deprecations and Removals
#### Deprecations and Removals {: #0.4.0-removal }

- Drop support for python <3.8.


### Pulp-gem GLUE
### Pulp-gem GLUE {: #0.4.0-pulp-gem-glue }


#### Deprecations and Removals
#### Deprecations and Removals {: #0.4.0-pulp-gem-glue-removal }

- Drop support for python <3.8.


---

## 0.3.0 (2024-01-18)
## 0.3.0 (2024-01-18) {: #0.3.0 }



#### Features
#### Features {: #0.3.0-feature }

- Switched to using setuptools with pyproject.toml for package build.
- Updated `pulp-cli` dependency to use version 0.23.


### Pulp-gem GLUE
### Pulp-gem GLUE {: #0.3.0-pulp-gem-glue }


#### Features
#### Features {: #0.3.0-pulp-gem-glue-feature }

- Updated `pulp-glue` dependency to use version 0.23.


---

## 0.2.1 (2024-01-17)
=====================
## 0.2.1 (2024-01-17) {: #0.2.1 }


No significant changes.
Expand All @@ -83,11 +82,10 @@ No significant changes.
---


## 0.2.0 (2023-10-26)
=====================
## 0.2.0 (2023-10-26) {: #0.2.0 }


### Features
### Features {: #0.2.0-feature }

- Added support for managing roles (RBAC) on gem related objects.
[#31](https://github.com/pulp/pulp-cli-gem/issues/31)
Expand All @@ -96,8 +94,7 @@ No significant changes.
---


## 0.1.0 (2023-07-03)
=====================
## 0.1.0 (2023-07-03) {: #0.1.0 }


Initial Release.
Expand Down
Loading