Skip to content

Commit

Permalink
Change version to 0.6.13 (#362)
Browse files Browse the repository at this point in the history
* Change version to 0.6.13

* Change to checkout@v4
  • Loading branch information
mbj committed Feb 1, 2024
1 parent 13419d8 commit 6a13595
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Base steps
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check Whitespace
run: git diff --check -- HEAD~1
ruby-unit-spec:
Expand All @@ -22,7 +22,7 @@ jobs:
ruby: [ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand All @@ -38,7 +38,7 @@ jobs:
ruby: [ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
Expand All @@ -56,7 +56,7 @@ jobs:
ruby: [ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand All @@ -72,7 +72,7 @@ jobs:
ruby: [ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand All @@ -88,7 +88,7 @@ jobs:
ruby: [ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down
8 changes: 7 additions & 1 deletion Changelog.md
@@ -1,4 +1,10 @@
# v0.6.12 2024-00-10
# v0.6.13 2024-02-01

[#361](https://github.com/mbj/unparser/pull/361)

* Fix unparsing of symbols that do not round trip under `#inspect`

# v0.6.12 2024-01-10

[#355](https://github.com/mbj/unparser/pull/355)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
unparser (0.6.12)
unparser (0.6.13)
diff-lcs (~> 1.3)
parser (>= 3.3.0)

Expand Down
2 changes: 1 addition & 1 deletion unparser.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = 'unparser'
gem.version = '0.6.12'
gem.version = '0.6.13'

gem.authors = ['Markus Schirp']
gem.email = 'mbj@schirp-dso.com'
Expand Down

0 comments on commit 6a13595

Please sign in to comment.