From 82f81e08db1ea64b444869c85f41497017aae17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 05:03:54 +0000 Subject: [PATCH 1/2] Bump actions/deploy-pages from 1 to 2 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1 to 2. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 46ba47de..6ef965e1 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -68,4 +68,4 @@ jobs: needs: build steps: - id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v2 From 5a1291daf013589e62948f39a5c0a1c8e05582a7 Mon Sep 17 00:00:00 2001 From: mrbuche Date: Mon, 20 Mar 2023 08:18:54 -0600 Subject: [PATCH 2/2] bump --- Cargo.toml | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 494ed4a8..8c9460e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polymers" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Polymers Modeling Library" license = "BSD-3-Clause" diff --git a/Project.toml b/Project.toml index 5fa64b8f..e0ec2d31 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Polymers" uuid = "8aef037c-a721-4e8a-9d81-eb7093daef2c" authors = ["mrbuche "] -version = "0.2.0" +version = "0.2.1" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"