[0.2.0.0] version bump

parent 2dfdf17a
# Revision history for openalex
## 0.1.0.0 -- YYYY-mm-dd
## 0.2.0.0 -- 2025-02-24
* First version. Released on an unsuspecting world.
### Changed
- Removed lots of fields that we don't use in gargantext. This makes
the library of worse quality for general usage, but stabilizes it
for us (the API could throw random errors at times, because some
field turned out to be missing).
## 0.1.0.0 -- 2025-02-23
- First version. Released on an unsuspecting world.
......@@ -47,7 +47,7 @@ main = do
strOption (long "output")
(opts, runCmd) <-
simpleOptions "0.1.0.0"
simpleOptions "0.2.0.0"
"OpenAlex"
"OpenAlex command line"
(pure ()) $ do
......
cabal-version: 2.4
name: openalex
version: 0.1.0.0
version: 0.2.0.0
-- A short (one-line) description of the package.
-- synopsis: An importer for OpenAlex database.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment