Sha256: f21005b621fe9d1b33fc4addadd1fabc1aaa1a56e20b40ac2e1d058a7c65cc63

Contents?: true

Size: 951 Bytes

Versions: 10

Compression:

Stored size: 951 Bytes

Contents

---
title: Versions and Releases
sidebar_position: 11
---


## Semantic Versioning

Ransack attempts to follow semantic versioning in the format of `x.y.z`, where:

`x` stands for a major version (new features that are not backward-compatible).

`y` stands for a minor version (new features that are backward-compatible).

`z` stands for a patch (bug fixes).

In other words: `Major.Minor.Patch`.


## Release Process

*For the maintainers of Ransack.*

To release a new version of Ransack and publish it to RubyGems, take the following steps:

- Create a new release, marked `Prerelease`.
- Update the versions file to the new release, commit and push to `master`.
- Update the [`version.rb`](https://github.com/activerecord-hackery/ransack/lib/ransack/version.rb) file to the new release, commit and push to `master`.
- From the terminal, run the following commands:

```bash
rake build
rake release
```

![Create a Release](img/create_release.png)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ransack-4.2.1 docs/docs/going-further/release_process.md
ransack-4.2.0 docs/docs/going-further/release_process.md
ransack-4.1.1 docs/docs/going-further/release_process.md
ransack-4.1.0 docs/docs/going-further/release_process.md
ransack-4.0.0 docs/docs/going-further/release_process.md
ransack-3.2.1 docs/docs/going-further/release_process.md
ransack-3.2.0 docs/docs/going-further/release_process.md
ransack-3.1.0 docs/docs/going-further/release_process.md
ransack-3.0.1 docs/docs/going-further/release_process.md
ransack-3.0.0 docs/docs/going-further/release_process.md