# Releases

## SHOT 1.0

**May 25, 2020.** SHOT 1.0 is now available at [Github](https://github.com/coin-or/SHOT/releases/tag/releases%2F1.0.1). Binaries are available for Windows, and Linux and MacOS users can easily compile SHOT themselves using the instructions on the page [Compiling](/shot/about-shot/compiling.md).

## SHOT 1.0-alpha.1

**October 21, 2019.** The first alpha release of SHOT is now available and can be downloaded from <https://github.com/coin-or/SHOT/releases>. There is no binaries available, so it has to be compiled according to the instructions[ ](https://shotsolver.dev/shot/about-shot/compiling)at <https://shotsolver.dev/shot/about-shot/compiling>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.shotsolver.dev/shot/about-shot/releases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
