Commit 1b2937d1 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(semantic-release): release 1.2.0 - [ci skip on prod]

parent 5060caea
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.2.0](https://gitlab.com/to-be-continuous/tools/gitlab-cp/compare/1.1.8...1.2.0) (2024-07-12)


### Features

* add --exclude-from and --include-from options (flat file alternatives to --exclude/--include) ([06dd1c1](https://gitlab.com/to-be-continuous/tools/gitlab-cp/commit/06dd1c13445d678788daf30dae1c7f3d25057d93))
* add --include option (sync only some projects and subgroups) ([3266e81](https://gitlab.com/to-be-continuous/tools/gitlab-cp/commit/3266e8127bac2d809a0b856f80cec4b8fbde01fa))
* add --new-{group,project}-option(-from) options (JSON options for group/project creation) ([105fcee](https://gitlab.com/to-be-continuous/tools/gitlab-cp/commit/105fcee3b2feeff4f157a16e5133063d5bf4577c))
* add --skip-visibility option (preserve existing groups/projects visibility) ([f4a57e8](https://gitlab.com/to-be-continuous/tools/gitlab-cp/commit/f4a57e8e5131e2490329c3dbb4bf902a10dafa26))
* handle $DRY_RUN and $HALT_ON_ERROR env vars ([23d38cb](https://gitlab.com/to-be-continuous/tools/gitlab-cp/commit/23d38cb5925fda8774ffd7585eae30aeefc616d5))
* improve boolean options from env vars (empty/"[secure]" is not true) ([2b0b789](https://gitlab.com/to-be-continuous/tools/gitlab-cp/commit/2b0b7891b4115d3b7fad77ead9012bdbba135e24))

## [1.1.8](https://gitlab.com/to-be-continuous/tools/gitlab-cp/compare/1.1.7...1.1.8) (2024-06-30)


+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "gitlab-cp"
version = "1.1.8"
version = "1.2.0"
description = "GitLab Copy CLI"
authors = ["Pierre Smeyers <pierre.smeyers@gmail.com>"]
license = "LGPL"