From 40ca75443cd8b380bf2a3b60f04d44aa78632cd9 Mon Sep 17 00:00:00 2001 From: B Date: Fri, 15 Nov 2024 23:25:46 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A7=20chore(core):=20fixed=20templ?= =?UTF-8?q?ates=20[patch=20candidate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 43bf04d..0b35b62 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,9 +3,9 @@ blank_issues_enabled: false contact_links: - - name: GitHub CICD Template Community Support - url: https://github.com/JuanVilla424/github-cicd-template/discussions + - name: Langding Community Support + url: https://github.com/JuanVilla424/langding/discussions about: Please ask and answer questions here. - - name: GitHub CICD Template Security Reports - url: https://juanvilla424.github.io/github-cicd-template/SECURITY + - name: Langding Security Reports + url: https://juanvilla424.github.io/langding/SECURITY about: Please report security vulnerabilities here. From 5871f280d76debcb58af5e2b33ed6dcef535e081 Mon Sep 17 00:00:00 2001 From: B Date: Fri, 15 Nov 2024 23:25:58 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=201.0.4=20?= =?UTF-8?q?=E2=86=92=201.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 07fd07a..4ddb8cc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4 +current_version = 1.0.5 commit = True tag = False diff --git a/pyproject.toml b/pyproject.toml index 07087e3..11e5959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langding" -version = "1.0.4" +version = "1.0.5" description = "Langding is an AI driven landing auto-translate site." authors = ["B "] license = "GLPv3"