Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0
- Ruby 3.3 support
- Drop Ruby 3.0 support (Ruby 3.0 was end of life on 2024-04-23)
- Drop Ruby 2.7 support (Ruby 2.7 was end of life on 2023-03-31)

## 0.6.0
- Ruby 3.2 support

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 College of Humanities and Social Sciences, George Mason University
Copyright (c) 2024 College of Humanities and Social Sciences, George Mason University

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/report_action/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ReportAction
VERSION = "0.6.0"
VERSION = "1.0.0"
end
Loading