Skip to content

Commit

Permalink
Release v1.0.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Feb 5, 2024
1 parent 3ff3b7d commit 45c0884
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,27 @@

## Changes

### 1.0.0.beta1 (February 5, 2024)

In this release, the assets Administrate requires are now bundled in with the
gem itself. You might need to do something to try this release out and we'd
like to hear from you about how this goes! Please open an issue if you have any
troubles.

We have [an open PR to document how to work with custom assets][pr2467], if
that's something you're doing.

The plan is to release a couple of "beta" releases, followed by a release
candidate after we've ironed out the migration requirements.

* [OPTIM] [#2508] Lint Ruby with standardrb
* [COMPAT] [#2507] Add .node-version to test against Node v20.11.0
* [CHANGE] [#2397] Start bundling compiled assets in the Gem
* [UI] [#2492] Switch to using @thoughtbot/stylelint-config
* [BUGFIX] [#2498] Enable running workflows from forks

[pr2467]: https://github.com/thoughtbot/administrate/pull/2475

### 0.20.1 (January 24, 2024)

In `0.20.0`, we introduced a regression which potentially meant you might
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
administrate (0.20.1)
administrate (1.0.0.beta1)
actionpack (>= 6.0, < 8.0)
actionview (>= 6.0, < 8.0)
activerecord (>= 6.0, < 8.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/administrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Administrate
VERSION = "0.20.1".freeze
VERSION = "1.0.0.beta1".freeze
end

0 comments on commit 45c0884

Please sign in to comment.