Skip to content

Commit

Permalink
Change changelog file. and release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
norouzzadegan committed May 23, 2024
1 parent a6e9e98 commit 6fcd46b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ 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).

## [0.1.2] - 2024-05-23
### Fixed
- Updated logs for when Surena cannot remove a Docker image or container.

## [0.1.1] - 2024-05-23
### Added
- Support the 'get-docker-host' command to gain access to the Docker host using two methods: Tor network and reverse SSH.
- Support the 'is-docker-host' command to determine if a Docker service is accessible from the TCP network.
- Added support for the 'get-docker-host' command to gain access to the Docker host using two methods: Tor network and reverse SSH.
- Added support for the 'is-docker-host' command to determine if a Docker service is accessible from the TCP network.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "surena"
version = "0.1.1"
version = "0.1.2"
description = ""
authors = ["Mohammad Norouzzadegan <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 6fcd46b

Please sign in to comment.