Skip to content

Commit

Permalink
version bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
al2na committed Dec 29, 2023
1 parent ae7ea19 commit 88fb61e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mergen
Type: Package
Title: AI-Driven Code Generation, Explanation and Execution for Data Analysis
Version: 0.1.1
Version: 0.2.0
Authors@R: c(
person("Altuna", "Akalin", , "aakalin@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0468-0117")),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mergen Version 0.1.1 _2023-12-29_
# mergen Version 0.2.0 _2023-12-29_
* URLs in DESCRIPTION added
* new feature: now users can specify openai-like APIs by providing url and setting
agent name as "generic" in setupAgent() function
Expand All @@ -7,3 +7,4 @@
* fix: typos in setupAgent fixed
* fix: sendPrompt fixed which was broken due to openai API changes
* fix: extractInstallPkg can now deal with require() calls in code blocks
* updated help pages accordingly

0 comments on commit 88fb61e

Please sign in to comment.