Skip to content

Commit

Permalink
Build: Released 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.2...v2.1.0) (2024-04-14)

### Add

* Initial Swift support ([00bd84c](00bd84c))

### Fix

* Image preprocessing in Swift ([f2772d0](f2772d0))

### Improve

* Fetching nested configs ([729b9d9](729b9d9))

### Make

* Formatting Swift code ([f6faf4c](f6faf4c))
  • Loading branch information
semantic-release-bot committed Apr 14, 2024
1 parent 1358e38 commit a5d84fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors:
given-names: "Ash"
orcid: "https://orcid.org/0000-0002-4882-1815"
title: "UForm by Unum Cloud"
version: 2.0.2
version: 2.1.0
keywords:
- "text-to-image retrieval"
- "multimodal"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ maintainers = [
name = "uform"
readme = "README.md"
requires-python = ">=3.7"
version = "2.0.2"
version = "2.1.0"

[project.scripts]
uform-chat = "uform.chat:main"
Expand Down

0 comments on commit a5d84fc

Please sign in to comment.