Skip to content

Commit

Permalink
NEWS and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcdermott authored Dec 4, 2023
1 parent 25c9d15 commit 44fbc59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ggiplot
Title: ggplot2 equivalents of fixest's `iplot` and `coefplot` functions
Version: 0.0.1.9011
Version: 0.0.1.9012
Authors@R:
c(person(given = "Grant",
family = "McDermott",
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# ggiplot 0.0.1.9011 (development version)
# ggiplot 0.0.1.9012 (development version)

## New features

- Support for `ggcoefplot`, a ggplot equivalent of `coefplot` (#28).
- Support `pt.size` argument for controlling the size of point markers (#27).
Thanks @jcvdav.
- Support `keep` and `drop` arguments for subsetting coefficients (#22).

## Bug fixes and breaking changes
Expand Down

0 comments on commit 44fbc59

Please sign in to comment.