Skip to content

Commit 3530c9c

Browse files
committed
build(release): bump version from 0.2.2 to 1.0.0
1 parent dd0f9ae commit 3530c9c

File tree

6 files changed

+11
-2
lines changed

6 files changed

+11
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
validation_depth: 10
4646
version: ${{ steps.vars.outputs.project_version }}
47-
path: ./docs/CHANGELOG.md
47+
path: ./CHANGELOG.md
4848
- name: Create a GitHub release
4949
uses: ncipollo/release-action@v1
5050
with:

.markdownlint.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2+
"MD024": false,
3+
"MD041": false,
24
"MD046": false
35
}

docs/CHANGELOG.md renamed to CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2023-01-02
11+
12+
### Added
13+
14+
- Update project to run ruby v3.2.0 by @danilogco
15+
- Update project dependencies and tag stable release by @danilogco
16+
1017
## [0.2.2] - 2022-06-13
1118

1219
### Changed
File renamed without changes.
File renamed without changes.

lib/bigid/auth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ module Auth
99
# Major - Incremented for incompatible changes with previous release (or big enough new features)
1010
# Minor - Incremented for new backwards-compatible features + deprecations
1111
# Patch - Incremented for backwards-compatible bug fixes
12-
VERSION = "0.2.2"
12+
VERSION = "1.0.0"
1313
end
1414
end

0 commit comments

Comments
 (0)