Skip to content

Commit

Permalink
Merge tag '0.7.0' into develop
Browse files Browse the repository at this point in the history
Release v0.7.0 - Distributions imported via background queue; Added Data Dictionaries
  • Loading branch information
ewlarson committed Jan 17, 2025
2 parents 08e255d + 51117ec commit 0a5257e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ The gem is available as open source under the terms of the [Apache 2.0 License](
* ~~Debug Rails 7.2 support (remove devise_invitable, see [#915](https://github.com/scambra/devise_invitable/issues/915))~~
* ~~Separate dct_references_s support into a separate model~~
* ~~Import/Export dct_references_s outside of the main document model~~
* Distributions: Move import to background queue
* Data Dictionary: Add support for `document_data_dictionary`
* ~~Distributions: Move import to background queue~~
* ~~Data Dictionary: Add support for `document_data_dictionary`~~
* Gazetteer: Add GeoNames support
* Gazetteer: Add Who's On First support
* Gazetteer: Add Ollama support
Expand Down
2 changes: 1 addition & 1 deletion lib/geoblacklight_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GeoblacklightAdmin
VERSION = "0.6.3"
VERSION = "0.7.0"
end

0 comments on commit 0a5257e

Please sign in to comment.