diff --git a/DESCRIPTION b/DESCRIPTION index 8f902283bfe..237d2a55faf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: igraph Title: Network Analysis and Visualization -Version: 2.3.3.9037 +Version: 2.3.3.9038 Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-7098-9676")), diff --git a/NEWS.md b/NEWS.md index 73047a290ca..afa9bc49a6f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,32 @@ +# igraph 2.3.3.9038 + +## Chore + +- Remove Copilot setup steps. + +- Auto-update from GitHub Actions (#2901). + +## Uncategorized + +- Refactor(ci): Serve the actions from this repository instead of copying them (cynkra/cynkratemplate#121). + +- Fix(ci): Keep the raw name expression out of the running job's step list (cynkra/cynkratemplate#119). + +- Fix(fledge): Push the bump to the default branch wherever that is allowed (cynkra/cynkratemplate#117). + +- Fix(ci): Make a failing `rcc` run say what failed, and link to it (cynkra/cynkratemplate#115). + +- Fix(ci): Exempt deprecation warnings from the roxygenize warning gate (cynkra/cynkratemplate#114). + +- Perf(revdepx): Compile the revdeps' checks through ccache. + +- Fix(ci): Survive an archived CRAN package, and install it from where it still lives. + +- Ci: Fail the roxygenize step on roxygen2 warnings (#111). + + # igraph 2.3.3.9037 ## Chore