Skip to content

Commit

Permalink
Merge pull request #102 from collectionspace/release-1.10.0
Browse files Browse the repository at this point in the history
Prepare release 1.10.0
  • Loading branch information
kspurgin authored Oct 21, 2022
2 parents 564d785 + f426480 commit c4eacf2
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 8 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
:toc:
:toc-placement!:
:toclevels: 4

ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]

= Changelog
All notable changes to this project from 2022-10-21 onward will be documented in this file.

The format is loosely based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog], and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning].

toc::[]

== Planned for a future release
=== Breaking

== Unreleased
These changes are merged into the `main` branch, but have not been released. After merging pull requests (PRs) that are not immediately released into `main`, a tag is added appending the PR# to the current release. For example, if the release version/tag is `3.2.1`, and PR# 107 is merged without a new release, the state of the codebase after that merge will be tagged as `3.2.1.107`.

=== Breaking

=== Added

=== Changed

=== Bugfixes

=== Deleted

=== Deprecated/Will break in a future version

== Releases

=== 1.10.0 - 2022-10-21

==== Added
* `ccu debug check_xpath_depth` command
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cspace_config_untangler (1.9.10)
cspace_config_untangler (1.10.0)
dry-configurable (~> 0.12)
facets (~> 3.1.0)
http (~> 4.4.1)
Expand All @@ -18,11 +18,12 @@ GEM
diff-lcs (1.5.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dry-configurable (0.15.0)
concurrent-ruby (~> 1.0)
dry-configurable (0.16.1)
dry-core (~> 0.6)
dry-core (0.7.1)
zeitwerk (~> 2.6)
dry-core (0.9.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
facets (3.1.0)
ffi (1.15.5)
ffi-compiler (1.0.1)
Expand All @@ -39,9 +40,7 @@ GEM
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
method_source (1.0.0)
mini_portile2 (2.8.0)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
nokogiri (1.13.9-x86_64-darwin)
racc (~> 1.4)
pry (0.13.1)
coderay (~> 1.1)
Expand All @@ -66,6 +65,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8)
zeitwerk (2.6.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/cspace_config_untangler/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CspaceConfigUntangler
VERSION = '1.9.10'
VERSION = '1.10.0'
end

0 comments on commit c4eacf2

Please sign in to comment.